Searched refs:head1 (Results 1 – 1 of 1) sorted by relevance
329 #define STAILQ_CONCAT(head1, head2) do { \ argument331 *(head1)->stqh_last = (head2)->stqh_first; \332 (head1)->stqh_last = (head2)->stqh_last; \546 #define TAILQ_CONCAT(head1, head2, field) do { \ argument548 *(head1)->tqh_last = (head2)->tqh_first; \549 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \550 (head1)->tqh_last = (head2)->tqh_last; \
Completed in 4 milliseconds