Searched refs:pre_exec (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | helper.c | 18 void (*pre_exec)(void*); member 31 if (data->pre_exec != NULL) in helper_child() 32 (*data->pre_exec)(data->pre_data); in helper_child() 42 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() 68 data.pre_exec = pre_exec; in run_helper()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | helper.c | 19 void (*pre_exec)(void*); member 32 if (data->pre_exec != NULL) in helper_child() 33 (*data->pre_exec)(data->pre_data); in helper_child() 43 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() 69 data.pre_exec = pre_exec; in run_helper()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | harddog_user.c | 17 static void pre_exec(void *d) in pre_exec() function 67 pid = run_helper(pre_exec, &data, args); in start_watchdog()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | harddog_user.c | 18 static void pre_exec(void *d) in pre_exec() function 68 pid = run_helper(pre_exec, &data, args); in start_watchdog()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 220 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 219 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
|
Completed in 3 milliseconds