Searched refs:newlpl (Results 1 – 1 of 1) sorted by relevance
3258 lgrp_move_thread(kthread_t *t, lpl_t *newlpl, int do_lgrpset_delete) in lgrp_move_thread() argument3274 if ((oldlpl = t->t_lpl) == newlpl) in lgrp_move_thread()3282 if (newlpl != NULL) { in lgrp_move_thread()3283 t->t_lpl = newlpl; in lgrp_move_thread()3298 if (newlpl != NULL) in lgrp_move_thread()3375 if (newlpl != NULL) { in lgrp_move_thread()3379 t->t_lpl = newlpl; in lgrp_move_thread()3380 if (t->t_tid == 1 && p->p_t1_lgrpid != newlpl->lpl_lgrpid) { in lgrp_move_thread()3381 p->p_t1_lgrpid = newlpl->lpl_lgrpid; in lgrp_move_thread()3393 if (lgrp_table[newlpl->lpl_lgrpid] == lgrp_root) in lgrp_move_thread()[all …]