Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c862 size_t cache_est; in umem_estimate_allocated() local
864 cache_est = cp->cache_buftotal; in umem_estimate_allocated()
867 (mdb_walk_cb_t)umem_estimate_slab, &cache_est, addr); in umem_estimate_allocated()
872 if (cache_est >= mag_est) { in umem_estimate_allocated()
873 cache_est -= mag_est; in umem_estimate_allocated()
879 return (cache_est); in umem_estimate_allocated()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c946 size_t cache_est; in kmem_estimate_allocated() local
948 cache_est = cp->cache_buftotal; in kmem_estimate_allocated()
951 (mdb_walk_cb_t)kmem_estimate_slab, &cache_est, addr); in kmem_estimate_allocated()
956 if (cache_est >= mag_est) { in kmem_estimate_allocated()
957 cache_est -= mag_est; in kmem_estimate_allocated()
963 return (cache_est); in kmem_estimate_allocated()