Searched refs:QUEUE_TYPEOF (Results 1 – 1 of 1) sorted by relevance
153 #define QUEUE_TYPEOF(type) type macro155 #define QUEUE_TYPEOF(type) struct type macro238 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head); \256 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \350 QUEUE_TYPEOF(type), field.stqe_next))360 QUEUE_TYPEOF(type) *curelm = STAILQ_FIRST(head); \381 QUEUE_TYPEOF(type) *swap_first = STAILQ_FIRST(head1); \382 QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \509 QUEUE_TYPEOF(type), field.le_next))525 QUEUE_TYPEOF(type) *swap_tmp = LIST_FIRST(head1); \[all …]