Lines Matching refs:ml_min
2134 if (--mlp->ml_total < mlp->ml_min) in kmem_depot_alloc()
2135 mlp->ml_min = mlp->ml_total; in kmem_depot_alloc()
2165 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update()
2166 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_update()
2167 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in kmem_depot_ws_update()
2168 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_update()
2181 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_zero()
2183 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_zero()
2199 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_depot_ws_reap()
2203 reap = MIN(cp->cache_empty.ml_reaplimit, cp->cache_empty.ml_min); in kmem_depot_ws_reap()
3060 cp->cache_full.ml_min += delta; in kmem_cache_reap()
3452 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_kstat_update()
5421 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_is_fragmented()