Searched refs:umh_disable_depth (Results 1 – 2 of 2) sorted by relevance
45 enum umh_disable_depth { enum 51 extern int __usermodehelper_disable(enum umh_disable_depth depth);52 extern void __usermodehelper_set_disable_depth(enum umh_disable_depth depth);
186 static enum umh_disable_depth usermodehelper_disabled = UMH_DISABLED;279 void __usermodehelper_set_disable_depth(enum umh_disable_depth depth) in __usermodehelper_set_disable_depth() 293 int __usermodehelper_disable(enum umh_disable_depth depth) in __usermodehelper_disable()