Home
last modified time | relevance | path

Searched refs:child_process (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
Drun-command.h18 struct child_process { struct
52 int start_command(struct child_process *); argument
53 int finish_command(struct child_process *);
54 int run_command(struct child_process *);
Drun-command.c29 int start_command(struct child_process *cmd) in start_command()
200 int finish_command(struct child_process *cmd) in finish_command()
205 int run_command(struct child_process *cmd) in run_command()
213 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()
226 struct child_process cmd; in run_command_v_opt()
Dpager.c52 static struct child_process pager_process;
/kernel/liteos_a/testsuites/unittest/process/fs/smoke/
DIt_process_fs_012.cpp41 static int child_process(void *arg) in child_process() function
65 pid_t pid = clone(child_process, stackTop, SIGCHLD, &arg); in ItProcessFs012()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-help.c73 struct child_process ec_process; in check_emacsclient_version()
/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.c1939 struct child_process objdump_process; in symbol__disassemble()