Home
last modified time | relevance | path

Searched refs:cache_slab_destroy (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h270 uint64_t cache_slab_destroy; /* slab destroys */ member
H A Dumem.c1662 cp->cache_slab_destroy++; in umem_slab_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h345 uint64_t cache_slab_destroy; /* slab destroys */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1743 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c222 size_t meminuse = (cp->cache_slab_create - cp->cache_slab_destroy) * in umastat_cache()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2223 size_t meminuse = (cp->cache_slab_create - cp->cache_slab_destroy) * in kmastat_cache()