Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dumh.h17 #define UMH_KILLABLE 0x04 /* wait for EXEC/PROC killable */ macro
/Linux-v6.6/kernel/module/
Dkmod.c103 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
/Linux-v6.6/kernel/
Dumh.c441 if (wait & UMH_KILLABLE) { in call_usermodehelper_exec()