Home
last modified time | relevance | path

Searched refs:next_tp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dsleepq.c134 kthread_t *next_tp; in sleepq_insert() local
144 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()
H A Dwaitq.c121 kthread_t *next_tp; in waitq_link() local
130 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()