Searched refs:ml_reaplimit (Results 1 – 4 of 4) sorted by relevance
259 long ml_reaplimit; /* max reapable magazines */ member
1861 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in umem_depot_ws_update()1863 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in umem_depot_ws_update()1879 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in umem_depot_ws_reap()1883 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
2129 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update()2131 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in kmem_depot_ws_update()2144 cp->cache_full.ml_reaplimit = cp->cache_full.ml_total; in kmem_depot_ws_zero()2146 cp->cache_empty.ml_reaplimit = 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()3097 cp->cache_full.ml_reaplimit += 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()