Searched refs:lgrp_expand_proc_diff (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c214 extern uint32_t lgrp_expand_proc_diff;
253 * lgrp_expand_proc_diff determines how much less the remote lgroup
260 lgrp_expand_proc_diff = lgrp_loadavg_max_effect / 2;
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c261 extern uint32_t lgrp_expand_proc_diff;
301 * lgrp_expand_proc_diff determines how much less the remote lgroup
308 lgrp_expand_proc_diff = lgrp_loadavg_max_effect / 2;
/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c244 extern uint32_t lgrp_expand_proc_diff;
284 * lgrp_expand_proc_diff determines how much less the remote lgroup
291 lgrp_expand_proc_diff = lgrp_loadavg_max_effect / 2;
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c455 extern uint32_t lgrp_expand_proc_diff;
495 * lgrp_expand_proc_diff determines how much less the remote lgroup
502 lgrp_expand_proc_diff = lgrp_loadavg_max_effect / 2;
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c457 extern uint32_t lgrp_expand_proc_diff;
497 * lgrp_expand_proc_diff determines how much less the remote lgroup
504 lgrp_expand_proc_diff = lgrp_loadavg_max_effect / 2;
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c541 extern uint32_t lgrp_expand_proc_diff;
550 * lgrp_expand_proc_diff determines how much less the remote lgroup
557 lgrp_expand_proc_diff = LGRP_LOADAVG_THREAD_MAX;
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h627 extern uint32_t lgrp_expand_proc_diff;
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c475 extern uint32_t lgrp_expand_proc_diff;
492 * lgrp_expand_proc_diff determines how much less the remote lgroup
502 lgrp_expand_proc_diff = LGRP_LOADAVG_THREAD_MAX;
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c482 extern uint32_t lgrp_expand_proc_diff;
499 * lgrp_expand_proc_diff determines how much less the remote lgroup
509 lgrp_expand_proc_diff = LGRP_LOADAVG_THREAD_MAX;
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c572 extern uint32_t lgrp_expand_proc_diff;
586 * lgrp_expand_proc_diff determines how much less another lgroup
616 lgrp_expand_proc_diff = (m >> 1) + (m >> 2);
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2949 * is greater than lgrp_expand_proc_diff.
2952 lgrp_load_t lgrp_expand_proc_diff = LGRP_EXPAND_PROC_DIFF_DEFAULT; variable
2955 ((lgrp_expand_proc_diff) / (ncpu))
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c278 * lgrp_expand_proc_diff determines how much less the remote lgroup
300 lgrp_expand_proc_diff = lgrp_expand_proc_thresh / 2;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1567 * lgrp_expand_proc_diff so that lgrp_choose() will spread
1571 lgrp_expand_proc_diff = 0;

Completed in 351 milliseconds