Searched refs:UMH_NO_WAIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dumh.h14 #define UMH_NO_WAIT 0x00 /* don't wait at all */ macro
/linux-master/kernel/
H A Dumh.c53 * or the caller used UMH_NO_WAIT.
389 * when UMH_NO_WAIT don't wait at all, but you get no useful error back
429 * the data structure in case of UMH_NO_WAIT.
431 sub_info->complete = (wait == UMH_NO_WAIT) ? NULL : &done;
435 if (wait == UMH_NO_WAIT) /* task has freed sub_info */
476 * when UMH_NO_WAIT don't wait at all, but you get no useful error back
486 gfp_t gfp_mask = (wait == UMH_NO_WAIT) ? GFP_ATOMIC : GFP_KERNEL;
/linux-master/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c83 call_usermodehelper(mce_helper, mce_helper_argv, NULL, UMH_NO_WAIT);
/linux-master/lib/
H A Dkobject_uevent.c617 retval = call_usermodehelper_exec(info, UMH_NO_WAIT);

Completed in 108 milliseconds