Lines Matching refs:tqh_last
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; \
543 for ((var) = (*(((struct headname *)((head)->tqh_last))->tqh_last));\
546 (*(((struct headname *)((var)->field.tqe_prev))->tqh_last)))
556 (*(((struct headname *)((head)->tqh_last))->tqh_last))
558 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))