UMH_DISABLED       72 include/linux/umh.h 	return __usermodehelper_disable(UMH_DISABLED);
UMH_DISABLED      142 kernel/power/process.c 		__usermodehelper_set_disable_depth(UMH_DISABLED);
UMH_DISABLED      210 kernel/umh.c   static enum umh_disable_depth usermodehelper_disabled = UMH_DISABLED;
UMH_DISABLED      245 kernel/umh.c   		if (usermodehelper_disabled == UMH_DISABLED)