Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/xtest/adbg/src/
A Dadbg_run.c15 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
17 *(head1)->tqh_last = (head2)->tqh_first; \
18 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
19 (head1)->tqh_last = (head2)->tqh_last; \

Completed in 2 milliseconds