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

  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 18 void cds_wfcq_node_init(struct cds_wfcq_node *node)
50 struct cds_wfcq_node *node)
67 struct cds_wfcq_node *cds_wfcq_dequeue_blocking(
74 struct cds_wfcq_node *cds_wfcq_dequeue_with_state_blocking(
92 struct cds_wfcq_node *__cds_wfcq_dequeue_blocking(
99 struct cds_wfcq_node *__cds_wfcq_dequeue_with_state_blocking(
107 struct cds_wfcq_node *__cds_wfcq_dequeue_nonblocking(
114 struct cds_wfcq_node *__cds_wfcq_dequeue_with_state_nonblocking(
142 struct cds_wfcq_node *__cds_wfcq_first_blocking(
149 struct cds_wfcq_node *__cds_wfcq_first_nonblocking
    [all...]
workqueue.h 40 struct cds_wfcq_node next;
workqueue.c 180 struct cds_wfcq_node *cbs, *cbs_tmp_n;
urcu-call-rcu-impl.h 338 struct cds_wfcq_node *cbs, *cbs_tmp_n;
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 31 #define CDS_WFCQ_WOULDBLOCK ((struct cds_wfcq_node *) -1UL)
44 struct cds_wfcq_node { struct
45 struct cds_wfcq_node *next;
54 struct cds_wfcq_node node;
58 struct cds_wfcq_node node;
172 struct cds_wfcq_node *p;
258 extern void cds_wfcq_node_init(struct cds_wfcq_node *node);
312 struct cds_wfcq_node *node);
323 extern struct cds_wfcq_node *cds_wfcq_dequeue_blocking(
333 extern struct cds_wfcq_node *cds_wfcq_dequeue_with_state_blocking
    [all...]
call-rcu.h 44 struct cds_wfcq_node next;
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfcqueue.h 75 static inline void _cds_wfcq_node_init(struct cds_wfcq_node *node)
80 static inline void _cds_wfcq_node_init_atomic(struct cds_wfcq_node *node)
171 struct cds_wfcq_node *new_head,
172 struct cds_wfcq_node *new_tail)
175 struct cds_wfcq_node *old_tail;
213 struct cds_wfcq_node *new_tail)
259 static inline struct cds_wfcq_node *
260 ___cds_wfcq_node_sync_next(struct cds_wfcq_node *node, int blocking)
262 struct cds_wfcq_node *next;
278 static inline struct cds_wfcq_node *
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/wfcqueue/
cds_wfcq_dequeue.c 20 struct cds_wfcq_node node; /* Chaining in queue */
57 struct cds_wfcq_node *qnode;
cds_wfcq_enqueue.c 20 struct cds_wfcq_node node; /* Chaining in queue */
30 struct cds_wfcq_node *qnode;
cds_wfcq_splice.c 21 struct cds_wfcq_node node; /* Chaining in queue */
54 struct cds_wfcq_node *qnode;
  /src/external/mpl/bind/dist/lib/isc/include/isc/
job.h 42 struct cds_wfcq_node wfcq_node;
queue.h 32 typedef struct cds_wfcq_node isc_queue_node_t;
  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
test_wfcqueue.c 32 struct cds_wfcq_node *node = malloc(sizeof(*node));
42 struct cds_wfcq_node *node, *next;
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfcq.c 147 struct cds_wfcq_node *node = malloc(sizeof(*node));
181 struct cds_wfcq_node *node;
205 struct cds_wfcq_node *node, *n;
289 struct cds_wfcq_node *node;
  /src/external/mpl/bind/dist/lib/isc/
async.c 109 struct cds_wfcq_node *node, *next;
quota.c 70 struct cds_wfcq_node *node;
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 477 struct cds_wfcq_node wfcq_node;
617 struct cds_wfcq_node *node, *next;
2160 struct cds_wfcq_node *node, *next;

Completed in 88 milliseconds