Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dumh.h52 extern int __usermodehelper_disable(enum umh_disable_depth depth);
57 return __usermodehelper_disable(UMH_DISABLED); in usermodehelper_disable()
/Linux-v5.15/kernel/power/
Dprocess.c127 error = __usermodehelper_disable(UMH_FREEZING); in freeze_processes()
/Linux-v5.15/kernel/
Dumh.c296 int __usermodehelper_disable(enum umh_disable_depth depth) in __usermodehelper_disable() function