Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkmod.h54 #define UMH_KILLABLE 4 /* wait for EXEC/PROC killable */ macro
/linux-4.1.27/kernel/
Dkmod.c100 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
563 if (wait & UMH_KILLABLE) { in call_usermodehelper_exec()