Searched refs:head2 (Results 1 – 6 of 6) sorted by relevance
231 #define SLIST_SWAP(head1, head2, type) do { \ argument233 SLIST_FIRST(head1) = SLIST_FIRST(head2); \234 SLIST_FIRST(head2) = swap_first; \257 #define STAILQ_CONCAT(head1, head2) do { \ argument258 if (!STAILQ_EMPTY((head2))) { \259 *(head1)->stqh_last = (head2)->stqh_first; \260 (head1)->stqh_last = (head2)->stqh_last; \261 STAILQ_INIT((head2)); \345 #define STAILQ_SWAP(head1, head2, type) do { \ argument348 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \[all …]
411 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument412 if (!SIMPLEQ_EMPTY((head2))) { \413 *(head1)->sqh_last = (head2)->sqh_first; \414 (head1)->sqh_last = (head2)->sqh_last; \415 SIMPLEQ_INIT((head2)); \619 #define TAILQ_CONCAT(head1, head2, field) do { \ argument620 if (!TAILQ_EMPTY(head2)) { \621 *(head1)->tqh_last = (head2)->tqh_first; \622 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \623 (head1)->tqh_last = (head2)->tqh_last; \[all …]
94 #define STAILQ_CONCAT(head1, head2) do { \ argument95 if (!STAILQ_EMPTY((head2))) { \96 *(head1)->stqh_last = (head2)->stqh_first; \97 (head1)->stqh_last = (head2)->stqh_last; \98 STAILQ_INIT((head2)); \
51 0 search/1024/W \=head2\ Perl POD document text52 0 search/1024/W \n\=head2\ Perl POD document text
155 =head2 Enhancements202 =head2 ToDoS
23 =head2 Booting to your initrd Image: