Lines Matching refs:ml_min
2098 if (--mlp->ml_total < mlp->ml_min) in kmem_depot_alloc()
2099 mlp->ml_min = mlp->ml_total; in kmem_depot_alloc()
2129 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update()
2130 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_update()
2131 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in kmem_depot_ws_update()
2132 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_update()
2145 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_zero()
2147 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_zero()
2171 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_depot_ws_reap()
2182 reap = MIN(cp->cache_empty.ml_reaplimit, cp->cache_empty.ml_min); in kmem_depot_ws_reap()
3098 cp->cache_full.ml_min += delta; in kmem_cache_reap()
3509 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_kstat_update()
5359 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_is_fragmented()