Home
last modified time | relevance | path

Searched refs:cache_mtbf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h295 uint32_t cache_mtbf; /* induced alloc failure rate */ member
H A Dumem.c1701 if ((mtbf = umem_mtbf | cp->cache_mtbf) != 0 && in umem_cache_alloc_debug()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h372 uint32_t cache_mtbf; /* induced alloc failure rate */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1951 if ((mtbf = kmem_mtbf | cp->cache_mtbf) != 0 && in kmem_cache_alloc_debug()