Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dumh.h48 UMH_DISABLED, enumerator
56 return __usermodehelper_disable(UMH_DISABLED); in usermodehelper_disable()
/openbmc/linux/kernel/
H A Dumh.c187 static enum umh_disable_depth usermodehelper_disabled = UMH_DISABLED;
222 if (usermodehelper_disabled == UMH_DISABLED) in usermodehelper_read_trylock()
/openbmc/linux/kernel/power/
H A Dprocess.c139 __usermodehelper_set_disable_depth(UMH_DISABLED); in freeze_processes()