Home
last modified time | relevance | path

Searched refs:lgrp_mem_free_thresh (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c245 extern pgcnt_t lgrp_mem_free_thresh; in plat_lgrp_init()
293 lgrp_mem_free_thresh = 1; /* home lgrp must have some memory */ in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c262 extern pgcnt_t lgrp_mem_free_thresh; in plat_lgrp_init()
310 lgrp_mem_free_thresh = 1; /* home lgrp must have some memory */ in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c213 extern pgcnt_t lgrp_mem_free_thresh; in plat_lgrp_init()
260 lgrp_mem_free_thresh = 1; /* home lgrp must have some memory */ in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c456 extern pgcnt_t lgrp_mem_free_thresh; in plat_lgrp_init()
504 lgrp_mem_free_thresh = 1; /* home lgrp must have some memory */ in plat_lgrp_init()
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c458 extern pgcnt_t lgrp_mem_free_thresh; in plat_lgrp_init()
506 lgrp_mem_free_thresh = 1; /* home lgrp must have some memory */ in plat_lgrp_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h630 extern pgcnt_t lgrp_mem_free_thresh;
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2990 pgcnt_t lgrp_mem_free_thresh = 0; variable
3110 if (lgrp_mem_free_thresh > 0) { in lgrp_choose()
3112 if (npgs < lgrp_mem_free_thresh) { in lgrp_choose()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c827 lgrp_mem_free_thresh = 1; in plat_lgrp_init()