Searched refs:tqe_next (Results 1 – 14 of 14) sorted by relevance
70 struct type *tqe_next; /* next element */ \79 #define SM_TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)107 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \109 &(elm)->field.tqe_next; \111 (head)->tqh_last = &(elm)->field.tqe_next; \117 (elm)->field.tqe_next = NULL; \120 (head)->tqh_last = &(elm)->field.tqe_next; \124 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\125 (elm)->field.tqe_next->field.tqe_prev = \126 &(elm)->field.tqe_next; \[all …]
136 struct type *tqe_next; /* next element */ \149 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \150 (elm)->field.tqe_next->field.tqe_prev = \151 &(elm)->field.tqe_next; \153 (head)->tqh_last = &(elm)->field.tqe_next; \159 (elm)->field.tqe_next = NULL; \162 (head)->tqh_last = &(elm)->field.tqe_next; \166 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\167 (elm)->field.tqe_next->field.tqe_prev = \168 &(elm)->field.tqe_next; \[all …]
142 struct type *tqe_next; /* next element */ \147 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)159 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \161 &(elm)->field.tqe_next; \163 (head)->tqh_last = &(elm)->field.tqe_next; \169 (elm)->field.tqe_next = NULL; \172 (head)->tqh_last = &(elm)->field.tqe_next; \176 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\177 (elm)->field.tqe_next->field.tqe_prev = \178 &(elm)->field.tqe_next; \[all …]
389 struct type *tqe_next; /* next element */ \398 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)426 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \428 &(elm)->field.tqe_next; \430 (head)->tqh_last = &(elm)->field.tqe_next; \436 (elm)->field.tqe_next = NULL; \439 (head)->tqh_last = &(elm)->field.tqe_next; \443 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\444 (elm)->field.tqe_next->field.tqe_prev = \445 &(elm)->field.tqe_next; \[all …]
433 type *tqe_next; /* next element */ \452 if ((elm)->field.tqe_next && \453 (elm)->field.tqe_next->field.tqe_prev != \454 &(elm)->field.tqe_next) \461 if ((elm)->field.tqe_next == NULL && \462 (head)->tqh_last != &(elm)->field.tqe_next) \466 (elm)->field.tqe_next = (void *)1L; \484 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \486 &(elm)->field.tqe_next; \488 (head)->tqh_last = &(elm)->field.tqe_next; \[all …]
426 struct type *tqe_next; /* next element */ \450 &((elm)->field.tqe_next)) \557 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)573 TRASHIT((elm)->field.tqe_next); \
5290 *tqe->tqe_pnext = tqe->tqe_next;5291 if (tqe->tqe_next != NULL)5292 tqe->tqe_next->tqe_pnext = tqe->tqe_pnext;5324 *tqe->tqe_pnext = tqe->tqe_next;5325 if (tqe->tqe_next)5326 tqe->tqe_next->tqe_pnext = tqe->tqe_pnext;5330 tqe->tqe_next = ifq->ifq_head;5331 ifq->ifq_head->tqe_pnext = &tqe->tqe_next;5358 if (tqe->tqe_next == NULL) { /* at the end already ? */5366 *tqe->tqe_pnext = tqe->tqe_next;[all …]
1639 nat->nat_tqe.tqe_next = NULL;4693 tqn = tqe->tqe_next;4704 tqn = tqe->tqe_next;5246 clone->nat_tqe.tqe_next = NULL;
703 isn->is_sti.tqe_next = NULL;3438 tqn = tqe->tqe_next;3447 tqn = tqe->tqe_next;
81 nat->nat_tqe.tqe_pnext, nat->nat_tqe.tqe_next,
265 struct __db_env *tqe_next; member496 struct __dbc *tqe_next; member
404 wsp->walk_addr = (uintptr_t)rq.sr_link.tqe_next; in rqlist_walk_step()
708 ASSERT(rqp->sr_link.tqe_next != (void *)1L); in smb_iod_removerq()
1117 struct ipftqent *tqe_next; member