Searched refs:cache_buftotal (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | umem.c | 1543 if ((cp->cache_buftotal += sp->slab_chunks) > cp->cache_bufmax) in umem_slab_alloc() 1544 cp->cache_bufmax = cp->cache_buftotal; in umem_slab_alloc() 1663 cp->cache_buftotal -= sp->slab_chunks; in umem_slab_free() 2422 1 << (highbit(3 * cp->cache_buftotal + 4) - 2)); in umem_hash_rescale() 2478 (cp->cache_buftotal > (cp->cache_hash_mask << 1) || in umem_cache_update() 2479 (cp->cache_buftotal < (cp->cache_hash_mask >> 1) && in umem_cache_update() 2979 if (cp->cache_buftotal != 0) in umem_cache_destroy()
|
H A D | umem_impl.h | 274 uint64_t cache_buftotal; /* total buffers */ member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kmem.c | 1737 if ((cp->cache_buftotal += sp->slab_chunks) > cp->cache_bufmax) in kmem_slab_alloc() 1738 cp->cache_bufmax = cp->cache_buftotal; in kmem_slab_alloc() 1848 cp->cache_buftotal -= sp->slab_chunks; in kmem_slab_free() 3333 1 << (highbit(3 * cp->cache_buftotal + 4) - 2)); in kmem_hash_rescale() 3390 (cp->cache_buftotal > (cp->cache_hash_mask << 1) || in kmem_cache_update() 3391 (cp->cache_buftotal < (cp->cache_hash_mask >> 1) && in kmem_cache_update() 3521 kmcp->kmc_buf_inuse.value.ui64 = cp->cache_buftotal - buf_avail; in kmem_cache_kstat_update() 3522 kmcp->kmc_buf_total.value.ui64 = cp->cache_buftotal; in kmem_cache_kstat_update() 4134 if (cp->cache_buftotal != 0) in kmem_cache_destroy() 5322 (cp->cache_buftotal * kmem_frag_numer)); in kmem_cache_frag_threshold()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 349 uint64_t cache_buftotal; /* total buffers */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 350 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in kmem_cache() 617 if (c.cache_buftotal == 0) { in kmem_slabs() 622 pct = (int)(n / c.cache_buftotal); in kmem_slabs() 633 stats.ks_slabs, stats.ks_partial_slabs, c.cache_buftotal, in kmem_slabs() 949 cache_est = cp->cache_buftotal; in kmem_estimate_allocated() 1209 dprintf(("buf total is %d\n", cp->cache_buftotal)); in kmem_walk_init_common() 1211 if (cp->cache_buftotal == 0) { in kmem_walk_init_common()
|
H A D | genunix.c | 2231 total = cp->cache_buftotal; in kmastat_cache()
|
/illumos-gate/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 | 658 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in umem_cache() 865 cache_est = cp->cache_buftotal; in umem_estimate_allocated() 1169 dprintf(("buf total is %d\n", cp->cache_buftotal)); in umem_walk_init_common() 1171 if (cp->cache_buftotal == 0) { in umem_walk_init_common()
|