Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libumem/common/
H A Dumem_impl.h268 uint64_t cache_slab_alloc; /* slab layer allocations */ member
H A Dumem.c1525 cp->cache_slab_alloc++; in umem_slab_alloc()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h347 uint64_t cache_slab_alloc; /* slab layer allocations */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c231 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in umastat_cache()
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c1675 cp->cache_slab_alloc++; in kmem_slab_alloc_impl()
1751 test_destructor = (cp->cache_slab_alloc == 0); in kmem_slab_alloc()
2770 cp->cache_slab_alloc += nbufs; in kmem_slab_prefill()
3414 kmcp->kmc_alloc.value.ui64 = cp->cache_slab_alloc; in kmem_cache_kstat_update()
3416 kmcp->kmc_slab_alloc.value.ui64 = cp->cache_slab_alloc; in kmem_cache_kstat_update()
4027 ASSERT(cp->cache_slab_alloc == 0); in kmem_cache_set_move()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1999 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in kmastat_cache()