Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dumh.c431 sub_info->complete = (wait == UMH_NO_WAIT) ? NULL : &done; in call_usermodehelper_exec()
435 if (wait == UMH_NO_WAIT) /* task has freed sub_info */ in call_usermodehelper_exec()
486 gfp_t gfp_mask = (wait == UMH_NO_WAIT) ? GFP_ATOMIC : GFP_KERNEL; in call_usermodehelper()
/linux-6.6.21/include/linux/
Dumh.h14 #define UMH_NO_WAIT 0x00 /* don't wait at all */ macro
/linux-6.6.21/arch/x86/kernel/cpu/mce/
Ddev-mcelog.c83 call_usermodehelper(mce_helper, mce_helper_argv, NULL, UMH_NO_WAIT); in mce_do_trigger()
/linux-6.6.21/lib/
Dkobject_uevent.c618 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()