Home
last modified time | relevance | path

Searched refs:kcage_lotsfree (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c249 pgcnt_t kcage_lotsfree; variable
1111 init_lotsfree = kcage_lotsfree; in kcage_recalc_thresholds()
1117 kcage_lotsfree = init_lotsfree; in kcage_recalc_thresholds()
1124 if (kcage_lotsfree == 0) in kcage_recalc_thresholds()
1125 kcage_lotsfree = MAX(32, total_pages / 256); in kcage_recalc_thresholds()
1128 kcage_minfree = MAX(32, kcage_lotsfree / 2); in kcage_recalc_thresholds()
1462 wanted = MAX(kcage_lotsfree, kcage_throttlefree + kcage_needfree) in kcage_expand()
1718 while (kcage_freemem < kcage_lotsfree + kcage_needfree) { in kcage_cageout()
H A Dmem_config_stubs.c43 pgcnt_t kcage_lotsfree = 1; variable
/illumos-gate/usr/src/uts/common/sys/
H A Dmem_cage.h51 extern pgcnt_t kcage_lotsfree;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h533 (kcage_freemem >= kcage_lotsfree)) { \