Lines Matching refs:newlpl
3247 * If the thread is exiting, newlpl is NULL.
3258 lgrp_move_thread(kthread_t *t, lpl_t *newlpl, int do_lgrpset_delete)
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->lpl_lgrpid;
3393 if (lgrp_table[newlpl->lpl_lgrpid] == lgrp_root)
3396 if (!klgrpset_ismember(p->p_lgrpset, newlpl->lpl_lgrpid)) {
3397 klgrpset_add(p->p_lgrpset, newlpl->lpl_lgrpid);
3413 lpl = newlpl;