Home
last modified time | relevance | path

Searched refs:UMH_KILLABLE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/kernel/
Dkmod.c93 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()
/linux-3.4.99/include/linux/
Dkmod.h54 #define UMH_KILLABLE 4 /* wait for EXEC/PROC killable */ macro