Searched refs:head2 (Results 1 – 1 of 1) sorted by relevance
233 #define SLIST_SWAP(head1, head2, type) do { \ argument235 SLIST_FIRST(head1) = SLIST_FIRST(head2); \236 SLIST_FIRST(head2) = swap_first; \259 #define STAILQ_CONCAT(head1, head2) do { \ argument260 if (!STAILQ_EMPTY((head2))) { \261 *(head1)->stqh_last = (head2)->stqh_first; \262 (head1)->stqh_last = (head2)->stqh_last; \263 STAILQ_INIT((head2)); \346 #define STAILQ_SWAP(head1, head2, type) do { \ argument349 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \[all …]