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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculist.h 21 void cds_list_add_rcu(struct cds_list_head *newp, struct cds_list_head *head)
31 void cds_list_add_tail_rcu(struct cds_list_head *newp,
32 struct cds_list_head *head)
46 void cds_list_replace_rcu(struct cds_list_head *old, struct cds_list_head *_new)
56 void cds_list_del_rcu(struct cds_list_head *elem)
list.h 24 struct cds_list_head { struct
25 struct cds_list_head *next, *prev;
29 #define CDS_LIST_HEAD(name) \
30 struct cds_list_head name = { &(name), &(name) }
40 void cds_list_add(struct cds_list_head *newp, struct cds_list_head *head)
50 void cds_list_add_tail(struct cds_list_head *newp, struct cds_list_head *head)
60 void __cds_list_del(struct cds_list_head *prev, struct cds_list_head *next
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/list/
cds_list_for_each_rcu.c 8 * struct cds_list_head, and thus, either caa_container_of() or
23 struct cds_list_head node; /* Linked-list chaining */
29 CDS_LIST_HEAD(mylist); /* Defines an empty list head */
32 struct cds_list_head *pos;
cds_list_add_rcu.c 21 struct cds_list_head node; /* Linked-list chaining */
27 CDS_LIST_HEAD(mylist); /* Defines an empty list head */
cds_list_add_tail_rcu.c 21 struct cds_list_head node; /* Linked-list chaining */
27 CDS_LIST_HEAD(mylist); /* Defines an empty list head */
cds_list_for_each_entry_rcu.c 21 struct cds_list_head node; /* Linked-list chaining */
27 CDS_LIST_HEAD(mylist); /* Defines an empty list head */
cds_list_del_rcu.c 21 struct cds_list_head node; /* Linked-list chaining */
36 CDS_LIST_HEAD(mylist); /* Defines an empty list head */
cds_list_replace_rcu.c 21 struct cds_list_head node; /* Linked-list chaining */
36 CDS_LIST_HEAD(mylist); /* Defines an empty list head */
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/urcu-flavors/
bp.c 22 static CDS_LIST_HEAD(mylist);
26 struct cds_list_head node; /* linked-list chaining */
mb.c 23 static CDS_LIST_HEAD(mylist);
27 struct cds_list_head node; /* linked-list chaining */
membarrier.c 23 static CDS_LIST_HEAD(mylist);
27 struct cds_list_head node; /* linked-list chaining */
qsbr.c 22 static CDS_LIST_HEAD(mylist);
26 struct cds_list_head node; /* linked-list chaining */
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
urcu-common.h 71 struct cds_list_head node __attribute__((aligned(CAA_CACHE_LINE_SIZE)));
urcu-bp.h 81 struct cds_list_head node __attribute__((aligned(CAA_CACHE_LINE_SIZE)));
urcu-qsbr.h 56 struct cds_list_head node __attribute__((aligned(CAA_CACHE_LINE_SIZE)));
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-qsbr.c 73 static CDS_LIST_HEAD(registry);
144 static void wait_for_readers(struct cds_list_head *input_readers,
145 struct cds_list_head *cur_snap_readers,
146 struct cds_list_head *qsreaders,
230 CDS_LIST_HEAD(cur_snap_readers);
231 CDS_LIST_HEAD(qsreaders);
353 CDS_LIST_HEAD(qsreaders);
urcu.c 121 static CDS_LIST_HEAD(registry);
229 static void wait_for_readers(struct cds_list_head *input_readers,
230 struct cds_list_head *cur_snap_readers,
231 struct cds_list_head *qsreaders,
341 CDS_LIST_HEAD(cur_snap_readers);
342 CDS_LIST_HEAD(qsreaders);
urcu-bp.c 145 static CDS_LIST_HEAD(registry);
150 struct cds_list_head node; /* chunk_list node */
155 struct cds_list_head chunk_list;
212 static void wait_for_readers(struct cds_list_head *input_readers,
213 struct cds_list_head *cur_snap_readers,
214 struct cds_list_head *qsreaders,
271 CDS_LIST_HEAD(cur_snap_readers);
272 CDS_LIST_HEAD(qsreaders);
urcu-defer-impl.h 93 struct cds_list_head list; /* list of thread queues */
117 static CDS_LIST_HEAD(registry_defer);
urcu-call-rcu-impl.h 56 struct cds_list_head list;
79 static CDS_LIST_HEAD(call_rcu_data_list);
  /src/external/mpl/bind/dist/lib/dns/
badcache.c 54 struct cds_list_head *lru;
71 struct cds_list_head lru_head;
238 bcentry_purge(struct cds_lfht *ht, struct cds_list_head *lru,
260 struct cds_list_head *lru = &bc->lru[tid];
326 struct cds_list_head *lru = &bc->lru[tid];
  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
test_build.c 86 struct cds_list_head head;

Completed in 43 milliseconds