Home
last modified time | relevance | path

Searched refs:mag_est (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c871 size_t mag_est = cp->cache_full.ml_total * magsize; in umem_estimate_allocated() local
873 if (cache_est >= mag_est) { in umem_estimate_allocated()
874 cache_est -= mag_est; in umem_estimate_allocated()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c955 size_t mag_est = cp->cache_full.ml_total * magsize; in kmem_estimate_allocated() local
957 if (cache_est >= mag_est) { in kmem_estimate_allocated()
958 cache_est -= mag_est; in kmem_estimate_allocated()