Searched refs:lgrp_load_thresh (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c218 extern uint32_t lgrp_load_thresh;
265 lgrp_load_thresh = 0;
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c265 extern uint32_t lgrp_load_thresh;
313 lgrp_load_thresh = 0;
/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c248 extern uint32_t lgrp_load_thresh;
296 lgrp_load_thresh = 0;
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c459 extern uint32_t lgrp_load_thresh;
507 lgrp_load_thresh = 0;
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c461 extern uint32_t lgrp_load_thresh;
509 lgrp_load_thresh = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h631 extern uint32_t lgrp_load_thresh;
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2975 uint32_t lgrp_load_thresh = UINT32_MAX; variable
3144 if (lgrp_load_thresh != UINT32_MAX &&
3145 bestload >= lgrp_load_thresh && bestrload >= lgrp_load_thresh)
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c833 lgrp_load_thresh = UINT32_MAX;

Completed in 135 milliseconds