Home
last modified time | relevance | path

Searched refs:QUEUE_TYPEOF (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h141 #define QUEUE_TYPEOF(type) type macro
143 #define QUEUE_TYPEOF(type) struct type macro
186 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \
249 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head); \
273 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
367 QUEUE_TYPEOF(type), field.stqe_next))
377 QUEUE_TYPEOF(type) *curelm = STAILQ_FIRST(head); \
399 QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \
560 QUEUE_TYPEOF(type), field.le_next))
576 QUEUE_TYPEOF(type) *swap_tmp = LIST_FIRST(head1); \
[all …]