Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libumem/common/
H A Dumem.c1826 if (--mlp->ml_total < mlp->ml_min) in umem_depot_alloc()
1827 mlp->ml_min = mlp->ml_total; in umem_depot_alloc()
1857 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in umem_depot_ws_update()
1858 cp->cache_full.ml_min = cp->cache_full.ml_total; in umem_depot_ws_update()
1859 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in umem_depot_ws_update()
1860 cp->cache_empty.ml_min = cp->cache_empty.ml_total; 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()
H A Dumem_impl.h255 long ml_min; /* min since last update */ member
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c2134 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()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h291 long ml_min; /* min since last update */ member