Searched refs:ml_reaplimit (Results 1 – 4 of 4) sorted by relevance
256 long ml_reaplimit; /* max reapable magazines */ member
1857 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in umem_depot_ws_update()1859 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in umem_depot_ws_update()1875 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in umem_depot_ws_reap()1879 reap = MIN(cp->cache_empty.ml_reaplimit, cp->cache_empty.ml_min); in umem_depot_ws_reap()
292 long ml_reaplimit; /* max reapable magazines */ member
2165 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update()2167 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in kmem_depot_ws_update()2180 cp->cache_full.ml_reaplimit = cp->cache_full.ml_total; in kmem_depot_ws_zero()2182 cp->cache_empty.ml_reaplimit = 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()3059 cp->cache_full.ml_reaplimit += 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()