Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dumh.h17 #define UMH_KILLABLE 4 /* wait for EXEC/PROC killable */ macro
/Linux-v4.19/kernel/
Dkmod.c99 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
Dumh.c561 if (wait & UMH_KILLABLE) { in call_usermodehelper_exec()