Searched refs:tqh_last (Results 1 – 2 of 2) sorted by relevance
540 struct type **tqh_last; /* addr of last next element */ \547 class type **tqh_last; /* addr of last next element */ \580 if (*(head)->tqh_last != NULL) \604 *(head1)->tqh_last = (head2)->tqh_first; \605 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \606 (head1)->tqh_last = (head2)->tqh_last; \659 (head)->tqh_last = &TAILQ_FIRST((head)); \669 (head)->tqh_last = &TAILQ_NEXT((elm), field); \694 (head)->tqh_last = &TAILQ_NEXT((elm), field); \704 (elm)->field.tqe_prev = (head)->tqh_last; \[all …]
314 struct sackhole **tqh_last; /* addr of last next element */ member