Searched refs:md_malloc_wait (Results 1 – 2 of 2) sorted by relevance
37 malloc_wait=`sysctl vm.md_malloc_wait | awk {'print $NF}'`38 [ $malloc_wait != 1 ] && sysctl vm.md_malloc_wait=170 [ $malloc_wait != 1 ] && sysctl vm.md_malloc_wait=$malloc_wait
169 static int md_malloc_wait; variable170 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()