Searched refs:cache_slab_destroy (Results 1 – 6 of 6) sorted by relevance
270 uint64_t cache_slab_destroy; /* slab destroys */ member
1662 cp->cache_slab_destroy++; in umem_slab_free()
345 uint64_t cache_slab_destroy; /* slab destroys */ member
1743 ASSERT((cp->cache_slab_create - cp->cache_slab_destroy) == in kmem_slab_alloc()1864 cp->cache_slab_destroy++; in kmem_slab_free()1899 ASSERT((cp->cache_slab_create - cp->cache_slab_destroy) == in kmem_slab_free()3525 kmcp->kmc_slab_destroy.value.ui64 = cp->cache_slab_destroy; in kmem_cache_kstat_update()4984 cp->cache_slab_destroy++; in kmem_move_end()5142 cp->cache_slab_destroy++; in kmem_move_buffers()5268 cp->cache_slab_destroy++; in kmem_cache_move_notify_task()
222 size_t meminuse = (cp->cache_slab_create - cp->cache_slab_destroy) * in umastat_cache()
2220 size_t meminuse = (cp->cache_slab_create - cp->cache_slab_destroy) * in kmastat_cache()