HomeSort by: relevance | last modified time | path
    Searched refs:cds_wfs_first (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h 27 * cds_wfs_first.
128 #define cds_wfs_first _cds_wfs_first macro
212 * cds_wfs_first: get first node of a popped stack.
223 extern struct cds_wfs_node *cds_wfs_first(struct cds_wfs_head *head);
335 for (node = cds_wfs_first(head); \
351 for (node = cds_wfs_first(head), \
  /src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c 63 struct cds_wfs_node *cds_wfs_first(struct cds_wfs_head *head) function
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfs.c 213 if (cds_wfs_first(head) == NULL)

Completed in 26 milliseconds