Searched refs:UMH_KILLABLE (Results 1 – 2 of 2) sorted by relevance
93 wait | UMH_KILLABLE, NULL, free_modprobe_argv, NULL); in call_modprobe()290 int wait = sub_info->wait & ~UMH_KILLABLE; in __call_usermodehelper()564 if (wait & UMH_KILLABLE) { in call_usermodehelper_exec()
54 #define UMH_KILLABLE 4 /* wait for EXEC/PROC killable */ macro