Searched refs:cache_est (Results 1 – 2 of 2) sorted by relevance
862 size_t cache_est; in umem_estimate_allocated() local864 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()
946 size_t cache_est; in kmem_estimate_allocated() local948 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()