Home
last modified time | relevance | path

Searched refs:cache_bufmax (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libumem/common/
H A Dumem_impl.h272 uint64_t cache_bufmax; /* max buffers ever */ member
H A Dumem.c1539 if ((cp->cache_buftotal += sp->slab_chunks) > cp->cache_bufmax) in umem_slab_alloc()
1540 cp->cache_bufmax = cp->cache_buftotal; in umem_slab_alloc()
/titanic_44/usr/src/uts/common/sys/
H A Dkmem_impl.h351 uint64_t cache_bufmax; /* max buffers ever */ member
/titanic_44/usr/src/uts/common/os/
H A Dkmem.c1765 if ((cp->cache_buftotal += sp->slab_chunks) > cp->cache_bufmax) in kmem_slab_alloc()
1766 cp->cache_bufmax = cp->cache_buftotal; in kmem_slab_alloc()
3466 kmcp->kmc_buf_max.value.ui64 = cp->cache_bufmax; in kmem_cache_kstat_update()