Searched refs:tqh_last (Results 1 – 8 of 8) sorted by relevance
62 struct type **tqh_last; /* addr of last next element */ \81 (*(((struct headname *)((head)->tqh_last))->tqh_last))84 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))103 (head)->tqh_last = &(head)->tqh_first; \111 (head)->tqh_last = &(elm)->field.tqe_next; \118 (elm)->field.tqe_prev = (head)->tqh_last; \119 *(head)->tqh_last = (elm); \120 (head)->tqh_last = &(elm)->field.tqe_next; \128 (head)->tqh_last = &(elm)->field.tqe_next; \145 (head)->tqh_last = (elm)->field.tqe_prev; \[all …]
131 struct type **tqh_last; /* addr of last next element */ \145 (head)->tqh_last = &(head)->tqh_first; \153 (head)->tqh_last = &(elm)->field.tqe_next; \160 (elm)->field.tqe_prev = (head)->tqh_last; \161 *(head)->tqh_last = (elm); \162 (head)->tqh_last = &(elm)->field.tqe_next; \170 (head)->tqh_last = &(elm)->field.tqe_next; \180 (head)->tqh_last = (elm)->field.tqe_prev; \
417 struct type **tqh_last; /* addr of last next element */ \443 if (*(head)->tqh_last != NULL) \467 *(head1)->tqh_last = (head2)->tqh_first; \468 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \469 (head1)->tqh_last = (head2)->tqh_last; \502 (head)->tqh_last = &TAILQ_FIRST((head)); \512 (head)->tqh_last = &TAILQ_NEXT((elm), field); \537 (head)->tqh_last = &TAILQ_NEXT((elm), field); \547 (elm)->field.tqe_prev = (head)->tqh_last; \548 *(head)->tqh_last = (elm); \[all …]
137 struct type **tqh_last; /* addr of last next element */ \155 (head)->tqh_last = &(head)->tqh_first; \163 (head)->tqh_last = &(elm)->field.tqe_next; \170 (elm)->field.tqe_prev = (head)->tqh_last; \171 *(head)->tqh_last = (elm); \172 (head)->tqh_last = &(elm)->field.tqe_next; \180 (head)->tqh_last = &(elm)->field.tqe_next; \197 (head)->tqh_last = (elm)->field.tqe_prev; \
424 type **tqh_last; /* addr of last next element */ \448 if (*(head)->tqh_last != NULL) \462 (head)->tqh_last != &(elm)->field.tqe_next) \478 (head)->tqh_last = &(head)->tqh_first; \488 (head)->tqh_last = &(elm)->field.tqe_next; \497 (elm)->field.tqe_prev = (head)->tqh_last; \498 *(head)->tqh_last = (elm); \499 (head)->tqh_last = &(elm)->field.tqe_next; \509 (head)->tqh_last = &(elm)->field.tqe_next; \531 (head)->tqh_last = (elm)->field.tqe_prev; \[all …]
381 struct type **tqh_last; /* addr of last next element */ \400 (*(((struct headname *)((head)->tqh_last))->tqh_last))403 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))422 (head)->tqh_last = &(head)->tqh_first; \430 (head)->tqh_last = &(elm)->field.tqe_next; \437 (elm)->field.tqe_prev = (head)->tqh_last; \438 *(head)->tqh_last = (elm); \439 (head)->tqh_last = &(elm)->field.tqe_next; \447 (head)->tqh_last = &(elm)->field.tqe_next; \464 (head)->tqh_last = (elm)->field.tqe_prev; \[all …]
428 struct __dbc **tqh_last; member432 struct __dbc **tqh_last; member
400 vcp->iod_rqlist.tqh_last = &vcp->iod_rqlist.tqh_first; in smb_vc_create()