Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmem_cage.c253 pgcnt_t kcage_reserve; variable
1115 init_reserve = kcage_reserve; in kcage_recalc_thresholds()
1121 kcage_reserve = init_reserve; in kcage_recalc_thresholds()
1136 if (kcage_reserve == 0) in kcage_recalc_thresholds()
1137 kcage_reserve = MIN(32, kcage_throttlefree / 2); in kcage_recalc_thresholds()
1217 kcage_freemem > kcage_reserve) { in kcage_create_throttle()