Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dumh.h67 extern int __usermodehelper_disable(enum umh_disable_depth depth);
72 return __usermodehelper_disable(UMH_DISABLED); in usermodehelper_disable()
/Linux-v5.4/kernel/power/
Dprocess.c127 error = __usermodehelper_disable(UMH_FREEZING); in freeze_processes()
/Linux-v5.4/kernel/
Dumh.c317 int __usermodehelper_disable(enum umh_disable_depth depth) in __usermodehelper_disable() function