Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c863 size_t cache_est; in umem_estimate_allocated() local
865 cache_est = cp->cache_buftotal; in umem_estimate_allocated()
868 (mdb_walk_cb_t)umem_estimate_slab, &cache_est, addr); in umem_estimate_allocated()
873 if (cache_est >= mag_est) { in umem_estimate_allocated()
874 cache_est -= mag_est; in umem_estimate_allocated()
880 return (cache_est); in umem_estimate_allocated()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c947 size_t cache_est; in kmem_estimate_allocated() local
949 cache_est = cp->cache_buftotal; in kmem_estimate_allocated()
952 (mdb_walk_cb_t)kmem_estimate_slab, &cache_est, addr); in kmem_estimate_allocated()
957 if (cache_est >= mag_est) { in kmem_estimate_allocated()
958 cache_est -= mag_est; in kmem_estimate_allocated()
964 return (cache_est); in kmem_estimate_allocated()