Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dkmod.h51 #define UMH_NO_WAIT 0 /* don't wait at all */ macro
92 gfp_t gfp_mask = (wait == UMH_NO_WAIT) ? GFP_ATOMIC : GFP_KERNEL; in call_usermodehelper_fns()
/linux-3.4.99/kernel/
Dkmod.c304 case UMH_NO_WAIT: in __call_usermodehelper()
561 if (wait == UMH_NO_WAIT) /* task has freed sub_info */ in call_usermodehelper_exec()
Dsys.c2068 ret = call_usermodehelper_exec(info, UMH_NO_WAIT); in orderly_poweroff()
/linux-3.4.99/security/keys/
Drequest_key.c96 gfp_t gfp_mask = (wait == UMH_NO_WAIT) ? GFP_ATOMIC : GFP_KERNEL; in call_usermodehelper_keys()
/linux-3.4.99/arch/x86/kernel/cpu/mcheck/
Dmce.c1292 call_usermodehelper(mce_helper, mce_helper_argv, NULL, UMH_NO_WAIT); in mce_do_trigger()