Searched defs:next_tp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsleepq.c134 kthread_t *next_tp; local
144 while ((next_tp = *tpp) != NULL) {
145 next_pri = CMP_PRIO(next_tp);
148 last_tp = next_tp->t_priback;
153 t->t_link = next_tp;
H A Dwaitq.c121 kthread_t *next_tp; local
130 while ((next_tp = *tpp) != NULL) {
131 next_pri = DISP_PRIO(next_tp);
134 last_tp = next_tp->t_priback;
139 t->t_link = next_tp;

Completed in 178 milliseconds