Lines Matching refs:ml_min
2085 if (--mlp->ml_total < mlp->ml_min) in kmem_depot_alloc()
2086 mlp->ml_min = mlp->ml_total; in kmem_depot_alloc()
2116 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update()
2117 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_update()
2118 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in kmem_depot_ws_update()
2119 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_update()
2132 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_zero()
2134 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_zero()
2158 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_depot_ws_reap()
2169 reap = MIN(cp->cache_empty.ml_reaplimit, cp->cache_empty.ml_min); in kmem_depot_ws_reap()
3033 cp->cache_full.ml_min += delta; in kmem_cache_reap()
3425 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_kstat_update()
5276 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_is_fragmented()