Home
last modified time | relevance | path

Searched refs:UMH_WAIT_EXEC (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/include/linux/
Dumh.h15 #define UMH_WAIT_EXEC 0x01 /* wait for the exec, but not the process */ macro
/Linux-v6.6/kernel/module/
Dkmod.c173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
/Linux-v6.6/fs/nfs/
Dcache_lib.c52 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in nfs_cache_upcall()
/Linux-v6.6/drivers/greybus/
Dsvc_watchdog.c60 call_usermodehelper(start_path, argv, envp, UMH_WAIT_EXEC); in greybus_reset()
/Linux-v6.6/kernel/
Dusermode_driver.c185 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_driver()
Dreboot.c823 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in run_cmd()
/Linux-v6.6/drivers/macintosh/
Dwindfarm_core.c82 argv, envp, UMH_WAIT_EXEC); in wf_critical_overtemp()
/Linux-v6.6/drivers/pnp/pnpbios/
Dcore.c130 value = call_usermodehelper(sbin_pnpbios, argv, envp, UMH_WAIT_EXEC); in pnp_dock_event()
/Linux-v6.6/fs/
Dcoredump.c640 UMH_WAIT_EXEC); in do_coredump()
/Linux-v6.6/kernel/cgroup/
Dcgroup-v1.c817 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup1_release_agent()