Searched refs:md_malloc_wait (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/md/ |
| H A D | md.c | 163 static int md_malloc_wait; variable 164 SYSCTL_INT(_vm, OID_AUTO, md_malloc_wait, CTLFLAG_RW, &md_malloc_wait, 0, 287 ip = malloc(sizeof *ip, M_MD, (md_malloc_wait ? M_WAITOK : M_NOWAIT) in new_indir() 292 M_MDSECT, (md_malloc_wait ? M_WAITOK : M_NOWAIT) | M_ZERO); in new_indir() 519 (md_malloc_wait ? 0 : SFB_NOWAIT)); in md_malloc_move_ma() 744 md_malloc_wait ? M_WAITOK : in mdstart_malloc() 1364 sp = (uintptr_t)uma_zalloc(sc->uma, (md_malloc_wait ? in mdcreate_malloc()
|