Searched defs:QUEUE_TYPEOF (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h152 #define QUEUE_TYPEOF(type) type macro
154 #define QUEUE_TYPEOF(type) struct type macro
237 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head); \
255 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
349 QUEUE_TYPEOF(type), field.stqe_next))
359 QUEUE_TYPEOF(type) *curelm = STAILQ_FIRST(head); \
380 QUEUE_TYPEOF(type) *swap_first = STAILQ_FIRST(head1); \
381 QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \
508 QUEUE_TYPEOF(type), field.le_next))
524 QUEUE_TYPEOF(typ
[all...]

Completed in 45 milliseconds