Searched refs:next_tp (Results 1 – 2 of 2) sorted by relevance
134 kthread_t *next_tp; in sleepq_insert() local144 while ((next_tp = *tpp) != NULL) { in sleepq_insert()145 next_pri = CMP_PRIO(next_tp); in sleepq_insert()148 last_tp = next_tp->t_priback; in sleepq_insert()153 t->t_link = next_tp; in sleepq_insert()
121 kthread_t *next_tp; in waitq_link() local130 while ((next_tp = *tpp) != NULL) { in waitq_link()131 next_pri = DISP_PRIO(next_tp); in waitq_link()134 last_tp = next_tp->t_priback; in waitq_link()139 t->t_link = next_tp; in waitq_link()