Home
last modified time | relevance | path

Searched refs:md_malloc_wait (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dtrim.sh37 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/sys/dev/md/
H A Dmd.c169 static int md_malloc_wait; variable
170 SYSCTL_INT(_vm, OID_AUTO, md_malloc_wait, CTLFLAG_RW, &md_malloc_wait, 0,
308 ip = malloc(sizeof *ip, M_MD, (md_malloc_wait ? M_WAITOK : M_NOWAIT) in new_indir()
313 M_MDSECT, (md_malloc_wait ? M_WAITOK : M_NOWAIT) | M_ZERO); in new_indir()
540 (md_malloc_wait ? 0 : SFB_NOWAIT)); in md_malloc_move_ma()
767 md_malloc_wait ? M_WAITOK : in mdstart_malloc()
1387 (md_malloc_wait ? M_WAITOK : M_NOWAIT) | M_ZERO); in mdcreate_malloc()