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

/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c213 extern uint32_t lgrp_expand_proc_thresh;
249 * lgrp_expand_proc_thresh is the minimum load on the lgroups
259 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
263 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c260 extern uint32_t lgrp_expand_proc_thresh;
297 * lgrp_expand_proc_thresh is the minimum load on the lgroups
307 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
311 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c243 extern uint32_t lgrp_expand_proc_thresh;
280 * lgrp_expand_proc_thresh is the minimum load on the lgroups
290 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
294 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c454 extern uint32_t lgrp_expand_proc_thresh;
491 * lgrp_expand_proc_thresh is the minimum load on the lgroups
501 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
505 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c456 extern uint32_t lgrp_expand_proc_thresh;
493 * lgrp_expand_proc_thresh is the minimum load on the lgroups
503 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
507 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1;
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c540 extern uint32_t lgrp_expand_proc_thresh;
546 * lgrp_expand_proc_thresh is the minimum load on the lgroups
556 lgrp_expand_proc_thresh = LGRP_LOADAVG_THREAD_MAX * 3;
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h626 extern uint32_t lgrp_expand_proc_thresh;
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c474 extern uint32_t lgrp_expand_proc_thresh;
488 * lgrp_expand_proc_thresh is the minimum load on the lgroups
501 lgrp_expand_proc_thresh = LGRP_LOADAVG_THREAD_MAX;
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c481 extern uint32_t lgrp_expand_proc_thresh;
495 * lgrp_expand_proc_thresh is the minimum load on the lgroups
508 lgrp_expand_proc_thresh = LGRP_LOADAVG_THREAD_MAX;
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c571 extern uint32_t lgrp_expand_proc_thresh;
578 * lgrp_expand_proc_thresh is the threshold load on the set of
582 * lgrp_expand_proc_thresh to add lgroups when the load reaches
615 lgrp_expand_proc_thresh = (m * 3) + (m >> 1) + (m >> 2);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c274 * lgrp_expand_proc_thresh is the minimum load on the lgroups
297 lgrp_expand_proc_thresh = ncpu_min * lgrp_loadavg_max_effect / 2;
300 lgrp_expand_proc_diff = lgrp_expand_proc_thresh / 2;
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2936 * spread across is greater than lgrp_expand_proc_thresh, we'll consider
2940 lgrp_load_t lgrp_expand_proc_thresh = LGRP_EXPAND_PROC_THRESH_DEFAULT; variable
2943 ((lgrp_expand_proc_thresh) / (ncpu))
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1566 * processor chip. Tune lgrp_expand_proc_thresh and
1570 lgrp_expand_proc_thresh = LGRP_LOADAVG_THREAD_MAX / 2;

Completed in 81 milliseconds