Home
last modified time | relevance | path

Searched refs:lgrp_expand_proc_thresh (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c243 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
290 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
294 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c260 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
307 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
311 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c211 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
257 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
261 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c454 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
501 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
505 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c456 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
503 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
507 lgrp_expand_proc_thresh = lgrp_loadavg_max_effect - 1; in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c481 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
508 lgrp_expand_proc_thresh = LGRP_LOADAVG_THREAD_MAX; in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c474 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
501 lgrp_expand_proc_thresh = LGRP_LOADAVG_THREAD_MAX; in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c574 extern uint32_t lgrp_expand_proc_thresh; in plat_lgrp_init()
618 lgrp_expand_proc_thresh = (m * 3) + (m >> 1) + (m >> 2); in plat_lgrp_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h628 extern uint32_t lgrp_expand_proc_thresh;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c297 lgrp_expand_proc_thresh = ncpu_min * lgrp_loadavg_max_effect / 2; in mpo_update_tunables()
300 lgrp_expand_proc_diff = lgrp_expand_proc_thresh / 2; in mpo_update_tunables()
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2949 lgrp_load_t lgrp_expand_proc_thresh = LGRP_EXPAND_PROC_THRESH_DEFAULT; variable
2952 ((lgrp_expand_proc_thresh) / (ncpu))
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1570 lgrp_expand_proc_thresh = LGRP_LOADAVG_THREAD_MAX / 2; in lgrp_plat_get_numa_config()