call_usermodehelper_exec  687 fs/coredump.c  			retval = call_usermodehelper_exec(sub_info,
call_usermodehelper_exec   57 include/linux/umh.h call_usermodehelper_exec(struct subprocess_info *info, int wait);
call_usermodehelper_exec   87 init/do_mounts_initrd.c 	call_usermodehelper_exec(info, UMH_WAIT_PROC);
call_usermodehelper_exec   99 kernel/kmod.c  	return call_usermodehelper_exec(info, wait | UMH_KILLABLE);
call_usermodehelper_exec  530 kernel/umh.c   	err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC);
call_usermodehelper_exec  614 kernel/umh.c   EXPORT_SYMBOL(call_usermodehelper_exec);
call_usermodehelper_exec  639 kernel/umh.c   	return call_usermodehelper_exec(info, wait);
call_usermodehelper_exec  617 lib/kobject_uevent.c 			retval = call_usermodehelper_exec(info, UMH_NO_WAIT);
call_usermodehelper_exec  108 security/keys/request_key.c 	return call_usermodehelper_exec(info, wait);