Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dumh.h17 #define UMH_KILLABLE 0x04 /* wait for EXEC/PROC killable */ macro
/linux-6.15/kernel/module/
H A Dkmod.c102 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
/linux-6.15/kernel/
H A Dumh.c440 if (wait & UMH_KILLABLE) { in call_usermodehelper_exec()