Searched refs:UMH_WAIT_EXEC (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | umh.h | 15 #define UMH_WAIT_EXEC 0x01 /* wait for the exec, but not the process */ macro
|
| /linux/kernel/module/ |
| H A D | kmod.c | 173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
|
| /linux/fs/nfs/ |
| H A D | cache_lib.c | 52 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in nfs_cache_upcall()
|
| /linux/drivers/greybus/ |
| H A D | svc_watchdog.c | 60 call_usermodehelper(start_path, argv, envp, UMH_WAIT_EXEC); in greybus_reset()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_core.c | 82 argv, envp, UMH_WAIT_EXEC); in wf_critical_overtemp()
|
| /linux/drivers/pnp/pnpbios/ |
| H A D | core.c | 130 value = call_usermodehelper(sbin_pnpbios, argv, envp, UMH_WAIT_EXEC); in pnp_dock_event()
|
| /linux/kernel/cgroup/ |
| H A D | cgroup-v1.c | 838 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup1_release_agent()
|
| /linux/fs/ |
| H A D | coredump.c | 1020 if (call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC)) { in coredump_pipe()
|