Lines Matching refs:kcage_lotsfree
249 pgcnt_t kcage_lotsfree;
1111 init_lotsfree = kcage_lotsfree;
1117 kcage_lotsfree = init_lotsfree;
1124 if (kcage_lotsfree == 0)
1125 kcage_lotsfree = MAX(32, total_pages / 256);
1128 kcage_minfree = MAX(32, kcage_lotsfree / 2);
1453 * kcage_lotsfree, or to satisfy throttled requests, whichever is
1455 * above kcage_lotsfree, but it is possible.
1462 wanted = MAX(kcage_lotsfree, kcage_throttlefree + kcage_needfree)
1718 while (kcage_freemem < kcage_lotsfree + kcage_needfree) {