Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dumh.h51 extern int __usermodehelper_disable(enum umh_disable_depth depth);
56 return __usermodehelper_disable(UMH_DISABLED); in usermodehelper_disable()
/openbmc/linux/kernel/power/
H A Dprocess.c125 error = __usermodehelper_disable(UMH_FREEZING); in freeze_processes()
/openbmc/linux/kernel/
H A Dumh.c294 int __usermodehelper_disable(enum umh_disable_depth depth) in __usermodehelper_disable() function