Home
last modified time | relevance | path

Searched refs:cache_maxchunks (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dkmem_impl.h384 size_t cache_maxchunks; /* max buffers per slab */ member
/titanic_44/usr/src/uts/common/os/
H A Dkmem.c3503 reclaimable = cp->cache_bufslab - (cp->cache_maxchunks - 1); in kmem_cache_kstat_update()
3625 w0 -= cp->cache_maxchunks; in kmem_partial_slab_cmp()
3631 w1 -= cp->cache_maxchunks; in kmem_partial_slab_cmp()
3865 cp->cache_maxchunks = (cp->cache_slabsize / cp->cache_chunksize); in kmem_cache_create()
3866 cp->cache_partial_binshift = highbit(cp->cache_maxchunks / 16) + 1; in kmem_cache_create()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c609 stats.ks_max_buffers_per_slab = c.cache_maxchunks; in kmem_slabs()