Searched refs:child_data (Results 1 – 3 of 3) sorted by relevance
31 struct child_data { struct41 static struct child_data *children; argument60 static void child_start(struct child_data *child, const char *program) in child_start()144 static bool child_output_read(struct child_data *child) in child_output_read()221 static void child_tickle(struct child_data *child) in child_tickle()227 static void child_stop(struct child_data *child) in child_stop()233 static void child_cleanup(struct child_data *child) in child_cleanup()322 static void start_sve(struct child_data *child, int vl, int cpu) in start_sve()339 static void start_ssve(struct child_data *child, int vl, int cpu) in start_ssve()356 static void start_za(struct child_data *child, int vl, int cpu) in start_za()[all …]
310 int child_data[2]; in test_parallel_lru_dist() local324 child_data[0] = lru_map_fd; in test_parallel_lru_dist()325 child_data[1] = lru_size; in test_parallel_lru_dist()327 run_parallel(nr_tasks, do_test_lru_dist, child_data); in test_parallel_lru_dist()
533 struct stub_data *child_data = (struct stub_data *) new_stack; in copy_context_skas0() local548 *child_data = ((struct stub_data) { in copy_context_skas0()593 if (child_data->child_err != STUB_DATA) { in copy_context_skas0()
Completed in 6 milliseconds