Searched refs:lgrp_choose (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lgrp.h | 586 lpl_t *lgrp_choose(kthread_t *t, struct cpupart *);
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | cpupart.c | 557 lgrp_choose(t, t->t_cpupart), 0); 612 lgrp_choose(t, t->t_cpupart), 1); 749 lgrp_move_thread(tp, lgrp_choose(tp, tp->t_cpupart),
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cpu.c | 1464 lgrp_choose(t, 1511 lgrp_choose(t, t->t_cpupart), 1); 2630 lgrp_choose(tp, tp->t_cpupart), 1);
|
H A D | lwp.c | 542 lgrp_move_thread(t, lgrp_choose(t, t->t_cpupart), 1);
|
H A D | lgrp.c | 2964 * and ncpu = 4, then lgrp_choose will consider differences in lgroup loads 2972 * lgrp_choose() will choose root lgroup as home when lowest lgroup load 2978 * lgrp_choose() will try to skip any lgroups with less memory 2984 * When choosing between similarly loaded lgroups, lgrp_choose() will pick 3012 lgrp_choose(kthread_t *t, cpupart_t *cpupart) function
|
Completed in 139 milliseconds