Searched refs:head2 (Results 1 – 1 of 1) sorted by relevance
255 #define SLIST_SWAP(head1, head2, type) do { \ argument257 SLIST_FIRST(head1) = SLIST_FIRST(head2); \258 SLIST_FIRST(head2) = swap_first; \292 #define STAILQ_CONCAT(head1, head2) do { \ argument293 if (!STAILQ_EMPTY((head2))) { \294 *(head1)->stqh_last = (head2)->stqh_first; \295 (head1)->stqh_last = (head2)->stqh_last; \296 STAILQ_INIT((head2)); \380 #define STAILQ_SWAP(head1, head2, type) do { \ argument383 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \[all …]