Home
last modified time | relevance | path

Searched refs:cache_alloc_fail (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c266 kv->kv_fail += cp->cache_alloc_fail; in umastat_cache()
275 mdb_printf((dfp++)->fmt, cp->cache_alloc_fail); in umastat_cache()
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h273 uint64_t cache_alloc_fail; /* total failed allocations */ member
H A Dumem.c1493 atomic_add_64(&cp->cache_alloc_fail, 1); in umem_slab_create()
1716 atomic_add_64(&cp->cache_alloc_fail, 1); in umem_cache_alloc_debug()
2007 atomic_add_64(&cp->cache_alloc_fail, 1); in _umem_cache_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h348 uint64_t cache_alloc_fail; /* total failed allocations */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1602 atomic_inc_64(&cp->cache_alloc_fail); in kmem_slab_create()
1963 atomic_inc_64(&cp->cache_alloc_fail); in kmem_cache_alloc_debug()
2547 atomic_inc_64(&cp->cache_alloc_fail); in kmem_cache_alloc()
3470 kmcp->kmc_alloc_fail.value.ui64 = cp->cache_alloc_fail; in kmem_cache_kstat_update()
4795 atomic_inc_64(&cp->cache_alloc_fail); in kmem_move_buffer()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2252 kv->kv_fail += cp->cache_alloc_fail; in kmastat_cache()
2262 mdb_printf((dfp++)->fmt, cp->cache_alloc_fail); in kmastat_cache()