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

  /src/external/mpl/bind/dist/lib/isc/
job_p.h 24 * NOTE: We are using struct __cds_wfcq_head that doesn't have an internal
28 STATIC_ASSERT(ISC_OS_CACHELINE_SIZE >= sizeof(struct __cds_wfcq_head),
30 "sizeof(struct __cds_wfcq_head)");
33 struct __cds_wfcq_head head;
35 sizeof(struct __cds_wfcq_head)];
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 53 struct __cds_wfcq_head { struct
64 * struct cds_wfcq_head and struct __cds_wfcq_head on any of those two
78 struct __cds_wfcq_head *_h;
83 const struct __cds_wfcq_head *_h;
95 static inline struct __cds_wfcq_head *__cds_wfcq_head_cast(struct __cds_wfcq_head *head)
113 static inline const struct __cds_wfcq_head *__cds_wfcq_head_const_cast(const struct __cds_wfcq_head *head)
133 static inline cds_wfcq_head_ptr_t __cds_wfcq_head_cast(struct __cds_wfcq_head *head)
153 static inline cds_wfcq_head_const_ptr_t __cds_wfcq_head_const_cast(const struct __cds_wfcq_head *head
    [all...]
  /src/external/mpl/bind/dist/lib/isc/include/isc/
queue.h 19 STATIC_ASSERT(sizeof(struct __cds_wfcq_head) <= ISC_OS_CACHELINE_SIZE,
20 "size of struct __cds_wfcq_head must be smaller than "
24 struct __cds_wfcq_head head;
26 sizeof(struct __cds_wfcq_head)];
29 sizeof(struct __cds_wfcq_head)];
quota.h 61 STATIC_ASSERT(ISC_OS_CACHELINE_SIZE >= sizeof(struct __cds_wfcq_head),
63 "sizeof(struct __cds_wfcq_head)");
72 sizeof(struct __cds_wfcq_head)];
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfcqueue.h 116 static inline void ___cds_wfcq_init(struct __cds_wfcq_head *head,
139 const struct __cds_wfcq_head *head = u_head._h;
174 struct __cds_wfcq_head *head = u_head._h;
283 struct __cds_wfcq_head *head = u_head._h;
396 struct __cds_wfcq_head *head = u_head._h;
524 struct __cds_wfcq_head *dest_q_head = u_dest_q_head._h;
525 struct __cds_wfcq_head *src_q_head = u_src_q_head._h;
  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 35 void __cds_wfcq_init(struct __cds_wfcq_head *head,
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 160 struct __cds_wfcq_head diff_head;
607 struct __cds_wfcq_head diff_head;

Completed in 16 milliseconds