Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c215 extern pgcnt_t lgrp_mem_free_thresh; in plat_lgrp_init()
262 lgrp_mem_free_thresh = 1; /* home lgrp must have some memory */ in plat_lgrp_init()
/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Dlgrp.h628 extern pgcnt_t lgrp_mem_free_thresh;
/titanic_41/usr/src/uts/common/os/
H A Dlgrp.c2981 pgcnt_t lgrp_mem_free_thresh = 0; variable
3101 if (lgrp_mem_free_thresh > 0) { in lgrp_choose()
3103 if (npgs < lgrp_mem_free_thresh) { in lgrp_choose()
/titanic_41/usr/src/uts/sun4v/os/
H A Dmpo.c827 lgrp_mem_free_thresh = 1; in plat_lgrp_init()