Home
last modified time | relevance | path

Searched refs:ml_reaplimit (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h259 long ml_reaplimit; /* max reapable magazines */ member
H A Dumem.c1861 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h292 long ml_reaplimit; /* max reapable magazines */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2129 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()