Searched refs:cache_buftotal (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libumem/common/ |
H A D | umem.c | 1539 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() 1659 cp->cache_buftotal -= sp->slab_chunks; in umem_slab_free() 2418 1 << (highbit(3 * cp->cache_buftotal + 4) - 2)); in umem_hash_rescale() 2474 (cp->cache_buftotal > (cp->cache_hash_mask << 1) || in umem_cache_update() 2475 (cp->cache_buftotal < (cp->cache_hash_mask >> 1) && in umem_cache_update() 2970 if (cp->cache_buftotal != 0) in umem_cache_destroy()
|
H A D | umem_impl.h | 271 uint64_t cache_buftotal; /* total buffers */ member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 350 uint64_t cache_buftotal; /* total buffers */ member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | kmem.c | 1765 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() 1876 cp->cache_buftotal -= sp->slab_chunks; in kmem_slab_free() 3277 1 << (highbit(3 * cp->cache_buftotal + 4) - 2)); in kmem_hash_rescale() 3334 (cp->cache_buftotal > (cp->cache_hash_mask << 1) || in kmem_cache_update() 3335 (cp->cache_buftotal < (cp->cache_hash_mask >> 1) && in kmem_cache_update() 3464 kmcp->kmc_buf_inuse.value.ui64 = cp->cache_buftotal - buf_avail; in kmem_cache_kstat_update() 3465 kmcp->kmc_buf_total.value.ui64 = cp->cache_buftotal; in kmem_cache_kstat_update() 4075 if (cp->cache_buftotal != 0) in kmem_cache_destroy() 5384 (cp->cache_buftotal * kmem_frag_numer)); in kmem_cache_frag_threshold()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 349 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in kmem_cache() 616 if (c.cache_buftotal == 0) { in kmem_slabs() 621 pct = (int)(n / c.cache_buftotal); in kmem_slabs() 632 stats.ks_slabs, stats.ks_partial_slabs, c.cache_buftotal, in kmem_slabs() 948 cache_est = cp->cache_buftotal; in kmem_estimate_allocated() 1208 dprintf(("buf total is %d\n", cp->cache_buftotal)); in kmem_walk_init_common() 1210 if (cp->cache_buftotal == 0) { in kmem_walk_init_common()
|
H A D | genunix.c | 2001 total = cp->cache_buftotal; in kmastat_cache()
|
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | libumem.c | 233 total = cp->cache_buftotal; in umastat_cache()
|
H A D | umem.c | 657 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in umem_cache() 864 cache_est = cp->cache_buftotal; in umem_estimate_allocated() 1168 dprintf(("buf total is %d\n", cp->cache_buftotal)); in umem_walk_init_common() 1170 if (cp->cache_buftotal == 0) { in umem_walk_init_common()
|