Searched refs:head1 (Results 1 – 1 of 1) sorted by relevance
235 #define STAILQ_CONCAT(head1, head2) do { \ argument237 *(head1)->stqh_last = (head2)->stqh_first; \238 (head1)->stqh_last = (head2)->stqh_last; \540 #define TAILQ_CONCAT(head1, head2, field) do { \ argument542 *(head1)->tqh_last = (head2)->tqh_first; \543 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last;\544 (head1)->tqh_last = (head2)->tqh_last; \