Searched refs:UMH_WAIT_EXEC (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | umh.h | 15 #define UMH_WAIT_EXEC 1 /* wait for the exec, but not the process */ macro
|
/Linux-v4.19/kernel/ |
D | kmod.c | 171 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
|
D | reboot.c | 430 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in run_cmd()
|
D | umh.c | 507 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_blob()
|
/Linux-v4.19/fs/nfs/ |
D | cache_lib.c | 52 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in nfs_cache_upcall()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | svc_watchdog.c | 60 call_usermodehelper(start_path, argv, envp, UMH_WAIT_EXEC); in greybus_reset()
|
/Linux-v4.19/drivers/macintosh/ |
D | windfarm_core.c | 85 argv, envp, UMH_WAIT_EXEC); in wf_critical_overtemp()
|
/Linux-v4.19/drivers/pnp/pnpbios/ |
D | core.c | 143 value = call_usermodehelper(sbin_pnpbios, argv, envp, UMH_WAIT_EXEC); in pnp_dock_event()
|
/Linux-v4.19/fs/ |
D | coredump.c | 653 UMH_WAIT_EXEC); in do_coredump()
|
/Linux-v4.19/kernel/cgroup/ |
D | cgroup-v1.c | 833 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup1_release_agent()
|