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

  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 48 bool cds_wfcq_enqueue(cds_wfcq_head_ptr_t head,
93 cds_wfcq_head_ptr_t head,
100 cds_wfcq_head_ptr_t head,
108 cds_wfcq_head_ptr_t head,
115 cds_wfcq_head_ptr_t head,
123 cds_wfcq_head_ptr_t dest_q_head,
125 cds_wfcq_head_ptr_t src_q_head,
133 cds_wfcq_head_ptr_t dest_q_head,
135 cds_wfcq_head_ptr_t src_q_head,
143 cds_wfcq_head_ptr_t head
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 80 } __attribute__((__transparent_union__)) cds_wfcq_head_ptr_t; typedef in typeref:union:__anon23281
133 static inline cds_wfcq_head_ptr_t __cds_wfcq_head_cast(struct __cds_wfcq_head *head)
135 cds_wfcq_head_ptr_t ret = { ._h = head };
143 static inline cds_wfcq_head_ptr_t cds_wfcq_head_cast(struct cds_wfcq_head *head)
145 cds_wfcq_head_ptr_t ret = { .h = head };
310 extern bool cds_wfcq_enqueue(cds_wfcq_head_ptr_t head,
367 cds_wfcq_head_ptr_t head,
377 cds_wfcq_head_ptr_t head,
388 cds_wfcq_head_ptr_t head,
398 cds_wfcq_head_ptr_t head
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfcqueue.h 169 static inline bool ___cds_wfcq_append(cds_wfcq_head_ptr_t u_head,
211 static inline bool _cds_wfcq_enqueue(cds_wfcq_head_ptr_t head,
279 ___cds_wfcq_first(cds_wfcq_head_ptr_t u_head,
308 ___cds_wfcq_first_blocking(cds_wfcq_head_ptr_t head,
322 ___cds_wfcq_first_nonblocking(cds_wfcq_head_ptr_t head,
329 ___cds_wfcq_next(cds_wfcq_head_ptr_t head __attribute__((unused)),
369 ___cds_wfcq_next_blocking(cds_wfcq_head_ptr_t head,
383 ___cds_wfcq_next_nonblocking(cds_wfcq_head_ptr_t head,
391 ___cds_wfcq_dequeue_with_state(cds_wfcq_head_ptr_t u_head,
459 ___cds_wfcq_dequeue_with_state_blocking(cds_wfcq_head_ptr_t head
    [all...]

Completed in 14 milliseconds