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

  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 23 void cds_wfcq_init(struct cds_wfcq_head *head,
29 void cds_wfcq_destroy(struct cds_wfcq_head *head,
55 void cds_wfcq_dequeue_lock(struct cds_wfcq_head *head,
61 void cds_wfcq_dequeue_unlock(struct cds_wfcq_head *head,
68 struct cds_wfcq_head *head,
75 struct cds_wfcq_head *head,
83 struct cds_wfcq_head *dest_q_head,
85 struct cds_wfcq_head *src_q_head,
workqueue.c 48 struct cds_wfcq_head cbs_head;
178 struct cds_wfcq_head cbs_tmp_head;
urcu-call-rcu-impl.h 49 struct cds_wfcq_head cbs_head;
336 struct cds_wfcq_head cbs_tmp_head;
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 57 struct cds_wfcq_head { struct
64 * struct cds_wfcq_head and struct __cds_wfcq_head on any of those two
79 struct cds_wfcq_head *h;
84 const struct cds_wfcq_head *h;
104 static inline struct cds_wfcq_head *cds_wfcq_head_cast(struct cds_wfcq_head *head)
122 static inline const struct cds_wfcq_head *cds_wfcq_head_const_cast(const struct cds_wfcq_head *head)
143 static inline cds_wfcq_head_ptr_t cds_wfcq_head_cast(struct cds_wfcq_head *head)
163 static inline cds_wfcq_head_const_ptr_t cds_wfcq_head_const_cast(const struct cds_wfcq_head *head
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/wfcqueue/
cds_wfcq_splice.c 25 int enqueue_values(struct cds_wfcq_head *head,
50 void print_queue(struct cds_wfcq_head *head,
69 struct cds_wfcq_head head_A; /* Queue A head */
71 struct cds_wfcq_head head_B; /* Queue B head */
cds_wfcq_dequeue.c 26 struct cds_wfcq_head myqueue_head; /* Queue head */
cds_wfcq_enqueue.c 26 struct cds_wfcq_head myqueue_head; /* Queue head */
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfcqueue.h 89 static inline void _cds_wfcq_init(struct cds_wfcq_head *head,
105 static inline void _cds_wfcq_destroy(struct cds_wfcq_head *head,
151 static inline void _cds_wfcq_dequeue_lock(struct cds_wfcq_head *head,
160 static inline void _cds_wfcq_dequeue_unlock(struct cds_wfcq_head *head,
619 _cds_wfcq_dequeue_with_state_blocking(struct cds_wfcq_head *head,
637 _cds_wfcq_dequeue_blocking(struct cds_wfcq_head *head,
657 struct cds_wfcq_head *dest_q_head,
659 struct cds_wfcq_head *src_q_head,
  /src/external/mpl/bind/dist/lib/isc/include/isc/
quota.h 56 * NOTE: We are using struct cds_wfcq_head which has an internal
70 struct cds_wfcq_head head;
  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
test_wfcqueue.c 26 struct cds_wfcq_head head;
test_build.c 74 struct cds_wfcq_head head;
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfcq.c 131 static struct cds_wfcq_head __attribute__((aligned(CAA_CACHE_LINE_SIZE))) head;
203 struct cds_wfcq_head tmp_head;

Completed in 26 milliseconds