Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dvmem.c947 uint32_t mtbf; in vmem_xalloc() local
968 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_xalloc()
1269 uint32_t mtbf; in vmem_alloc() local
1275 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_alloc()
H A Dkmem.c1902 uint32_t mtbf; in kmem_cache_alloc_debug() local
1938 if ((mtbf = kmem_mtbf | cp->cache_mtbf) != 0 && in kmem_cache_alloc_debug()
1939 gethrtime() % mtbf == 0 && in kmem_cache_alloc_debug()
1945 mtbf = 0; in kmem_cache_alloc_debug()
1948 if (mtbf || (construct && cp->cache_constructor != NULL && in kmem_cache_alloc_debug()
/titanic_50/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c600 scsi_inject_errors(void *data, size_t len, uint_t mtbf) in scsi_inject_errors() argument
609 prob = (double)len / mtbf; in scsi_inject_errors()
/titanic_50/usr/src/lib/libumem/common/
H A Dvmem.c823 uint32_t mtbf; in vmem_xalloc() local
849 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_xalloc()
1072 uint32_t mtbf; in vmem_alloc() local
1081 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_alloc()
H A Dumem.c1672 uint32_t mtbf; in umem_cache_alloc_debug() local
1697 if ((mtbf = umem_mtbf | cp->cache_mtbf) != 0 && in umem_cache_alloc_debug()
1698 gethrtime() % mtbf == 0 && in umem_cache_alloc_debug()
1702 mtbf = 0; in umem_cache_alloc_debug()
1710 if (mtbf || (cp->cache_constructor != NULL && in umem_cache_alloc_debug()
/titanic_50/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c674 smp_inject_errors(void *data, size_t len, uint_t mtbf) in smp_inject_errors() argument
683 prob = (double)len / mtbf; in smp_inject_errors()