Searched refs:head1 (Results 1 – 2 of 2) sorted by relevance
187 #define STAILQ_CONCAT(head1, head2) do { \ argument189 *(head1)->stqh_last = (head2)->stqh_first; \190 (head1)->stqh_last = (head2)->stqh_last; \346 #define TAILQ_CONCAT(head1, head2, field) do { \ argument348 *(head1)->tqh_last = (head2)->tqh_first; \349 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \350 (head1)->tqh_last = (head2)->tqh_last; \
274 #define STAILQ_CONCAT(head1, head2) do { \ argument276 *(head1)->stqh_last = (head2)->stqh_first; \277 (head1)->stqh_last = (head2)->stqh_last; \445 #define TAILQ_CONCAT(head1, head2, field) do { \ argument447 *(head1)->tqh_last = (head2)->tqh_first; \448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \449 (head1)->tqh_last = (head2)->tqh_last; \