Home
last modified time | relevance | path

Searched refs:head2 (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dqueue.h187 #define STAILQ_CONCAT(head1, head2) do { \ argument
188 if (!STAILQ_EMPTY((head2))) { \
189 *(head1)->stqh_last = (head2)->stqh_first; \
190 (head1)->stqh_last = (head2)->stqh_last; \
191 STAILQ_INIT((head2)); \
346 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
347 if (!TAILQ_EMPTY(head2)) { \
348 *(head1)->tqh_last = (head2)->tqh_first; \
349 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
350 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dqueue.h274 #define STAILQ_CONCAT(head1, head2) do { \ argument
275 if (!STAILQ_EMPTY((head2))) { \
276 *(head1)->stqh_last = (head2)->stqh_first; \
277 (head1)->stqh_last = (head2)->stqh_last; \
278 STAILQ_INIT((head2)); \
445 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
446 if (!TAILQ_EMPTY(head2)) { \
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last; \
[all …]