Searched refs:mtbf (Results 1 – 6 of 6) sorted by relevance
947 uint32_t mtbf; in vmem_xalloc() local968 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_xalloc()1269 uint32_t mtbf; in vmem_alloc() local1275 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_alloc()
1951 uint32_t mtbf; in kmem_cache_alloc_debug() local1987 if ((mtbf = kmem_mtbf | cp->cache_mtbf) != 0 && in kmem_cache_alloc_debug()1988 gethrtime() % mtbf == 0 && in kmem_cache_alloc_debug()1994 mtbf = 0; in kmem_cache_alloc_debug()1997 if (mtbf || (construct && cp->cache_constructor != NULL && in kmem_cache_alloc_debug()
600 scsi_inject_errors(void *data, size_t len, uint_t mtbf) in scsi_inject_errors() argument609 prob = (double)len / mtbf; in scsi_inject_errors()
823 uint32_t mtbf; in vmem_xalloc() local849 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_xalloc()1072 uint32_t mtbf; in vmem_alloc() local1081 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_alloc()
1672 uint32_t mtbf; in umem_cache_alloc_debug() local1697 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()
674 smp_inject_errors(void *data, size_t len, uint_t mtbf) in smp_inject_errors() argument683 prob = (double)len / mtbf; in smp_inject_errors()