Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dkmem.c2085 if (--mlp->ml_total < mlp->ml_min) in kmem_depot_alloc()
2086 mlp->ml_min = mlp->ml_total; in kmem_depot_alloc()
2116 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update()
2117 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_update()
2118 cp->cache_empty.ml_reaplimit = cp->cache_empty.ml_min; in kmem_depot_ws_update()
2119 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_update()
2132 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_zero()
2134 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_zero()
2158 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_depot_ws_reap()
2169 reap = MIN(cp->cache_empty.ml_reaplimit, cp->cache_empty.ml_min); in kmem_depot_ws_reap()
[all …]
/titanic_50/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_50/usr/src/uts/common/sys/
H A Dkmem_impl.h291 long ml_min; /* min since last update */ member