Searched refs:lgrp_move_thread (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/disp/ |
H A D | cpupart.c | 556 lgrp_move_thread(t, 611 lgrp_move_thread(t, 740 lgrp_move_thread(tp, &tp->t_cpupart->\ 749 lgrp_move_thread(tp, lgrp_choose(tp, tp->t_cpupart),
|
H A D | thread.c | 508 lgrp_move_thread(t, &cp_default.cp_lgrploads[LGRP_ROOTID], 1);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lgrp.h | 590 void lgrp_move_thread(kthread_t *, lpl_t *, int);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lwp.c | 534 lgrp_move_thread(t, t->t_bound_cpu->cpu_lpl, 1); 539 lgrp_move_thread(t, 542 lgrp_move_thread(t, lgrp_choose(t, t->t_cpupart), 1); 744 lgrp_move_thread(t, NULL, 1); 1098 lgrp_move_thread(t, NULL, 1);
|
H A D | cpu.c | 1463 lgrp_move_thread(t, 1510 lgrp_move_thread(t, 2629 lgrp_move_thread(tp, 2654 lgrp_move_thread(tp, lpl, 1);
|
H A D | fork.c | 773 * this thread by the earlier lgrp_move_thread()). 776 lgrp_move_thread(t, NULL, 1);
|
H A D | lgrp.c | 2752 * anticipatory load updates (see lgrp_move_thread()). 3258 lgrp_move_thread(kthread_t *t, lpl_t *newlpl, int do_lgrpset_delete) function
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 639 lgrp_move_thread(t, best_lpl, 1); 699 * protect calls to lgrp_move_thread() and lgrp_choose() from pset changes.
|
Completed in 1174 milliseconds