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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
lfstack.h 90 bool ___cds_lfs_empty_head(const struct cds_lfs_head *head)
142 struct cds_lfs_head *head = NULL;
143 struct cds_lfs_head *new_head =
144 caa_container_of(node, struct cds_lfs_head, node);
147 struct cds_lfs_head *old_head = head;
195 struct cds_lfs_head *head, *next_head;
209 struct cds_lfs_head, node);
239 struct cds_lfs_head *___cds_lfs_pop_all(cds_lfs_stack_ptr_t u_s)
242 struct cds_lfs_head *head;
302 struct cds_lfs_head *
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
lfstack.h 50 * struct cds_lfs_head is returned by __cds_lfs_pop_all, and can be used
52 * of cds_lfs_head, so the end-of-stack pointer value can be used for
55 struct cds_lfs_head { struct
60 struct cds_lfs_head *head;
64 struct cds_lfs_head *head;
174 extern struct cds_lfs_head *cds_lfs_pop_all_blocking(struct cds_lfs_stack *s);
226 extern struct cds_lfs_head *__cds_lfs_pop_all(cds_lfs_stack_ptr_t s);
233 * @__head: node returned by __cds_lfs_pop_all (struct cds_lfs_head pointer).
247 * @__head: node returned by __cds_lfs_pop_all (struct cds_lfs_head pointer).
316 template<typename T> static inline struct cds_lfs_head *__cds_lfs_pop_all(T s
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
lfstack.c 54 struct cds_lfs_head *cds_lfs_pop_all_blocking(struct cds_lfs_stack *s)
74 struct cds_lfs_head *__cds_lfs_pop_all(cds_lfs_stack_ptr_t s)
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/lfstack/
cds_lfs_pop_all_blocking.c 30 struct cds_lfs_head *shead;
cds_lfs_push.c 30 struct cds_lfs_head *shead;
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_lfs.c 214 struct cds_lfs_head *head;

Completed in 65 milliseconds