Searched defs:mtbf (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c596 * arbitrarily broken targets. The mtbf value represents the number of bytes we
598 * we would expect to see (N / mtbf) bytes of corruption.
601 scsi_inject_errors(void *data, size_t len, uint_t mtbf) argument
610 prob = (double)len / mtbf;
/osnet-11/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;
/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c822 uint32_t mtbf; local
848 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
1071 uint32_t mtbf; local
1079 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 &&
H A Dumem.c1409 uint32_t mtbf; local
1434 if ((mtbf = umem_mtbf | cp->cache_mtbf) != 0 &&
1435 gethrtime() % mtbf == 0 &&
1439 mtbf = 0;
1447 if (mtbf || (cp->cache_constructor != NULL &&

Completed in 46 milliseconds