Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libumem/common/
H A Dumem_impl.h267 uint64_t cache_slab_destroy; /* slab destroys */ member
H A Dumem.c1658 cp->cache_slab_destroy++; in umem_slab_free()
/titanic_50/usr/src/uts/common/sys/
H A Dkmem_impl.h345 uint64_t cache_slab_destroy; /* slab destroys */ member
/titanic_50/usr/src/uts/common/os/
H A Dkmem.c1730 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()
/titanic_50/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()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1990 size_t meminuse = (cp->cache_slab_create - cp->cache_slab_destroy) * in kmastat_cache()