Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/sys/
A Dqueue.h329 #define STAILQ_CONCAT(head1, head2) do { \ argument
330 if (!STAILQ_EMPTY((head2))) { \
331 *(head1)->stqh_last = (head2)->stqh_first; \
332 (head1)->stqh_last = (head2)->stqh_last; \
333 STAILQ_INIT((head2)); \
546 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
547 if (!TAILQ_EMPTY(head2)) { \
548 *(head1)->tqh_last = (head2)->tqh_first; \
549 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
550 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/optee_os/out/arm/export-ta_arm64/include/sys/
A Dqueue.h329 #define STAILQ_CONCAT(head1, head2) do { \ argument
330 if (!STAILQ_EMPTY((head2))) { \
331 *(head1)->stqh_last = (head2)->stqh_first; \
332 (head1)->stqh_last = (head2)->stqh_last; \
333 STAILQ_INIT((head2)); \
546 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
547 if (!TAILQ_EMPTY(head2)) { \
548 *(head1)->tqh_last = (head2)->tqh_first; \
549 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
550 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/optee_os/out/arm/export-ta_arm32/include/sys/
A Dqueue.h329 #define STAILQ_CONCAT(head1, head2) do { \ argument
330 if (!STAILQ_EMPTY((head2))) { \
331 *(head1)->stqh_last = (head2)->stqh_first; \
332 (head1)->stqh_last = (head2)->stqh_last; \
333 STAILQ_INIT((head2)); \
546 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
547 if (!TAILQ_EMPTY(head2)) { \
548 *(head1)->tqh_last = (head2)->tqh_first; \
549 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
550 (head1)->tqh_last = (head2)->tqh_last; \
[all …]

Completed in 9 milliseconds