Searched refs:lgrp_move_thread (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/disp/ |
H A D | cpupart.c | 556 lgrp_move_thread(t, in cpupart_move_cpu() 611 lgrp_move_thread(t, in cpupart_move_cpu() 740 lgrp_move_thread(tp, &tp->t_cpupart->\ in cpupart_move_thread() 749 lgrp_move_thread(tp, lgrp_choose(tp, tp->t_cpupart), in cpupart_move_thread()
|
H A D | thread.c | 508 lgrp_move_thread(t, &cp_default.cp_lgrploads[LGRP_ROOTID], 1); in thread_create()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | lwp.c | 534 lgrp_move_thread(t, t->t_bound_cpu->cpu_lpl, 1); in lwp_create() 539 lgrp_move_thread(t, in lwp_create() 542 lgrp_move_thread(t, lgrp_choose(t, t->t_cpupart), 1); in lwp_create() 744 lgrp_move_thread(t, NULL, 1); in lwp_create() 1098 lgrp_move_thread(t, NULL, 1); in lwp_cleanup()
|
H A D | cpu.c | 1463 lgrp_move_thread(t, in cpu_offline() 1510 lgrp_move_thread(t, in cpu_offline() 2629 lgrp_move_thread(tp, in cpu_bind_thread() 2654 lgrp_move_thread(tp, lpl, 1); in cpu_bind_thread()
|
H A D | fork.c | 767 lgrp_move_thread(t, NULL, 1); in forklwp_fail()
|
H A D | lgrp.c | 3258 lgrp_move_thread(kthread_t *t, lpl_t *newlpl, int do_lgrpset_delete) in lgrp_move_thread() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | lgrp.h | 590 void lgrp_move_thread(kthread_t *, lpl_t *, int);
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 639 lgrp_move_thread(t, best_lpl, 1); in lgrp_affinity_set_thread()
|