Home
last modified time | relevance | path

Searched refs:ml_total (Results 1 – 8 of 8) sorted by relevance

/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()
2154 mlp->ml_total++; in kmem_depot_free()
2166 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_update()
2168 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_update()
2180 cp->cache_full.ml_reaplimit = cp->cache_full.ml_total; in kmem_depot_ws_zero()
2181 cp->cache_full.ml_min = 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()
2183 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in kmem_depot_ws_zero()
3054 delta = cp->cache_full.ml_total; in kmem_cache_reap()
[all …]
/titanic_41/usr/src/lib/libumem/common/
H A Dumem_impl.h254 long ml_total; /* number of magazines */ member
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()
1846 mlp->ml_total++; in umem_depot_free()
1858 cp->cache_full.ml_min = cp->cache_full.ml_total; in umem_depot_ws_update()
1860 cp->cache_empty.ml_min = cp->cache_empty.ml_total; in umem_depot_ws_update()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h290 long ml_total; /* number of magazines */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c232 avail = cp->cache_full.ml_total * magsize; in umastat_cache()
H A Dumem.c870 size_t mag_est = cp->cache_full.ml_total * magsize; in umem_estimate_allocated()
931 magmax = (cp->cache_full.ml_total + 2 * umem_max_ncpus + 100) * magsize; in umem_read_magazines()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c954 size_t mag_est = cp->cache_full.ml_total * magsize; in kmem_estimate_allocated()
1015 magmax = (cp->cache_full.ml_total + 2 * ncpus + 100) * magsize; in kmem_read_magazines()
H A Dgenunix.c2000 avail = cp->cache_full.ml_total * magsize; in kmastat_cache()