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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3247 * If the thread is exiting, newlpl is NULL.
3258 lgrp_move_thread(kthread_t *t, lpl_t *newlpl, int do_lgrpset_delete) argument
3274 if ((oldlpl = t->t_lpl) == newlpl)
3282 if (newlpl != NULL) {
3283 t->t_lpl = newlpl;
3298 if (newlpl != NULL)
3375 if (newlpl != NULL) {
3379 t->t_lpl = newlpl;
3380 if (t->t_tid == 1 && p->p_t1_lgrpid != newlpl->lpl_lgrpid) {
3381 p->p_t1_lgrpid = newlpl
[all...]

Completed in 133 milliseconds