Searched refs:cache_bufmax (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h265 uint64_t cache_bufmax; /* max buffers ever */ member in struct:umem_cache
H A Dumem.c1276 if ((cp->cache_buftotal += sp->slab_chunks) > cp->cache_bufmax)
1277 cp->cache_bufmax = cp->cache_buftotal;

Completed in 22 milliseconds