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

/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c563 * arbitrarily broken targets. The mtbf value represents the number of bytes we
565 * we would expect to see (N / mtbf) bytes of corruption.
568 scsi_inject_errors(void *data, size_t len, uint_t mtbf) argument
577 prob = (double)len / mtbf;
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c823 uint32_t mtbf; local
849 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
1072 uint32_t mtbf; local
1081 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
H A Dumem.c1676 uint32_t mtbf; local
1701 if ((mtbf = umem_mtbf | cp->cache_mtbf) != 0 &&
1702 gethrtime() % mtbf == 0 &&
1706 mtbf = 0;
1714 if (mtbf || (cp->cache_constructor != NULL &&
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c947 uint32_t mtbf; local
968 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
1269 uint32_t mtbf; local
1275 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
H A Dkmem.c1952 uint32_t mtbf; local
1988 if ((mtbf = kmem_mtbf | cp->cache_mtbf) != 0 &&
1989 gethrtime() % mtbf == 0 &&
1995 mtbf = 0;
1998 if (mtbf || (construct && cp->cache_constructor != NULL &&
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c669 * arbitrarily broken targets. The mtbf value represents the number of bytes we
671 * we would expect to see (N / mtbf) bytes of corruption.
674 smp_inject_errors(void *data, size_t len, uint_t mtbf) argument
683 prob = (double)len / mtbf;

Completed in 92 milliseconds