Searched refs:head2 (Results 1 – 1 of 1) sorted by relevance
217 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument220 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \221 SLIST_INIT(head2); \222 } else if (SLIST_FIRST(head2) != NULL) { \225 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \226 SLIST_INIT(head2); \304 #define SLIST_SWAP(head1, head2, type) do { \ argument306 SLIST_FIRST(head1) = SLIST_FIRST(head2); \307 SLIST_FIRST(head2) = swap_first; \341 #define STAILQ_CONCAT(head1, head2) do { \ argument[all …]