Searched refs:cache_slab_destroy (Results 1 – 6 of 6) sorted by relevance
267 uint64_t cache_slab_destroy; /* slab destroys */ member
1658 cp->cache_slab_destroy++; in umem_slab_free()
345 uint64_t cache_slab_destroy; /* slab destroys */ member
1730 ASSERT((cp->cache_slab_create - cp->cache_slab_destroy) == in kmem_slab_alloc()1851 cp->cache_slab_destroy++; in kmem_slab_free()1886 ASSERT((cp->cache_slab_create - cp->cache_slab_destroy) == in kmem_slab_free()3441 kmcp->kmc_slab_destroy.value.ui64 = cp->cache_slab_destroy; in kmem_cache_kstat_update()4901 cp->cache_slab_destroy++; in kmem_move_end()5059 cp->cache_slab_destroy++; in kmem_move_buffers()5185 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()
1990 size_t meminuse = (cp->cache_slab_create - cp->cache_slab_destroy) * in kmastat_cache()