Searched refs:md_malloc_wait (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | trim.sh | 37 malloc_wait=`sysctl vm.md_malloc_wait | awk {'print $NF}'` 38 [ $malloc_wait != 1 ] && sysctl vm.md_malloc_wait=1 70 [ $malloc_wait != 1 ] && sysctl vm.md_malloc_wait=$malloc_wait
|
| /freebsd-14.2/sys/dev/md/ |
| H A D | md.c | 171 static int md_malloc_wait; variable 172 SYSCTL_INT(_vm, OID_AUTO, md_malloc_wait, CTLFLAG_RW, &md_malloc_wait, 0, 295 ip = malloc(sizeof *ip, M_MD, (md_malloc_wait ? M_WAITOK : M_NOWAIT) in new_indir() 300 M_MDSECT, (md_malloc_wait ? M_WAITOK : M_NOWAIT) | M_ZERO); in new_indir() 527 (md_malloc_wait ? 0 : SFB_NOWAIT)); in md_malloc_move_ma() 752 md_malloc_wait ? M_WAITOK : in mdstart_malloc() 1371 sp = (uintptr_t)uma_zalloc(sc->uma, (md_malloc_wait ? in mdcreate_malloc()
|