Searched refs:mtbf (Results 1 – 7 of 7) sorted by relevance
166 void (*mtbf)(uint32_t) = dlsym(RTLD_DEFAULT, "umem_setmtbf"); in libumem_enomem() local167 if (mtbf == NULL) { in libumem_enomem()172 mtbf(1); in libumem_enomem()
950 uint32_t mtbf; in vmem_xalloc() local971 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_xalloc()1278 uint32_t mtbf; in vmem_alloc() local1284 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_alloc()
1915 uint32_t mtbf; in kmem_cache_alloc_debug() local1951 if ((mtbf = kmem_mtbf | cp->cache_mtbf) != 0 && in kmem_cache_alloc_debug()1952 gethrtime() % mtbf == 0 && in kmem_cache_alloc_debug()1958 mtbf = 0; in kmem_cache_alloc_debug()1961 if (mtbf || (construct && cp->cache_constructor != NULL && in kmem_cache_alloc_debug()
825 uint32_t mtbf; in vmem_xalloc() local851 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_xalloc()1077 uint32_t mtbf; in vmem_alloc() local1086 if ((mtbf = vmem_mtbf | vmp->vm_mtbf) != 0 && gethrtime() % mtbf == 0 && in vmem_alloc()
1676 uint32_t mtbf; in umem_cache_alloc_debug() local1701 if ((mtbf = umem_mtbf | cp->cache_mtbf) != 0 && in umem_cache_alloc_debug()1702 gethrtime() % mtbf == 0 && in umem_cache_alloc_debug()1706 mtbf = 0; in umem_cache_alloc_debug()1714 if (mtbf || (cp->cache_constructor != NULL && in umem_cache_alloc_debug()3564 umem_setmtbf(uint32_t mtbf) in umem_setmtbf() argument3568 umem_mtbf = mtbf; in umem_setmtbf()3569 vmem_mtbf = mtbf; in umem_setmtbf()
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()
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()