Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/uts/common/sys/
H A Dkmem_impl.h346 uint64_t cache_slab_alloc; /* slab layer allocations */ member
/titanic_50/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_50/usr/src/uts/common/os/
H A Dkmem.c1634 cp->cache_slab_alloc++; in kmem_slab_alloc_impl()
1710 test_destructor = (cp->cache_slab_alloc == 0); in kmem_slab_alloc()
2743 cp->cache_slab_alloc += nbufs; in kmem_slab_prefill()
3387 kmcp->kmc_alloc.value.ui64 = cp->cache_slab_alloc; in kmem_cache_kstat_update()
3389 kmcp->kmc_slab_alloc.value.ui64 = cp->cache_slab_alloc; in kmem_cache_kstat_update()
4000 ASSERT(cp->cache_slab_alloc == 0); in kmem_cache_set_move()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1999 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in kmastat_cache()