Searched refs:QUEUE_TYPEOF (Results 1 – 3 of 3) sorted by relevance
141 #define QUEUE_TYPEOF(type) type macro143 #define QUEUE_TYPEOF(type) struct type macro186 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 …]
171 #define QUEUE_TYPEOF(type) type macro173 #define QUEUE_TYPEOF(type) struct type macro216 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \279 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head); \303 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \397 QUEUE_TYPEOF(type), field.stqe_next))407 QUEUE_TYPEOF(type) *curelm = STAILQ_FIRST(head); \429 QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \589 QUEUE_TYPEOF(type), field.le_next))605 QUEUE_TYPEOF(type) *swap_tmp = LIST_FIRST(head1); \[all …]
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 …]