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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h264 uint64_t cache_buftotal; /* total buffers */ 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;
1396 cp->cache_buftotal -= sp->slab_chunks;
2155 1 << (highbit(3 * cp->cache_buftotal + 4) - 2));
2211 (cp->cache_buftotal > (cp->cache_hash_mask << 1) ||
2212 (cp->cache_buftotal < (cp->cache_hash_mask >> 1) &&
2707 if (cp->cache_buftotal != 0)

Completed in 32 milliseconds