Home
last modified time | relevance | path

Searched refs:UMH_NO_WAIT (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dumh.c52 * or the caller used UMH_NO_WAIT. in umh_complete()
388 * when UMH_NO_WAIT don't wait at all, but you get no useful error back
428 * the data structure in case of UMH_NO_WAIT. in call_usermodehelper_exec()
430 sub_info->complete = (wait == UMH_NO_WAIT) ? NULL : &done; in call_usermodehelper_exec()
434 if (wait == UMH_NO_WAIT) /* task has freed sub_info */ in call_usermodehelper_exec()
475 * when UMH_NO_WAIT don't wait at all, but you get no useful error back
485 gfp_t gfp_mask = (wait == UMH_NO_WAIT) ? GFP_ATOMIC : GFP_KERNEL; in call_usermodehelper()
/linux/include/linux/
H A Dumh.h14 #define UMH_NO_WAIT 0x00 /* don't wait at all */ macro
/linux/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c83 call_usermodehelper(mce_helper, mce_helper_argv, NULL, UMH_NO_WAIT); in mce_do_trigger()