Symbol: child_data
samples/bpf/test_lru_dist.c
310
int child_data[2];
samples/bpf/test_lru_dist.c
324
child_data[0] = lru_map_fd;
samples/bpf/test_lru_dist.c
325
child_data[1] = lru_size;
samples/bpf/test_lru_dist.c
327
run_parallel(nr_tasks, do_test_lru_dist, child_data);
tools/testing/selftests/arm64/fp/fp-stress.c
146
static bool child_output_read(struct child_data *child)
tools/testing/selftests/arm64/fp/fp-stress.c
199
static void child_output(struct child_data *child, uint32_t events,
tools/testing/selftests/arm64/fp/fp-stress.c
223
static void child_tickle(struct child_data *child)
tools/testing/selftests/arm64/fp/fp-stress.c
229
static void child_stop(struct child_data *child)
tools/testing/selftests/arm64/fp/fp-stress.c
235
static void child_cleanup(struct child_data *child)
tools/testing/selftests/arm64/fp/fp-stress.c
311
static void start_fpsimd(struct child_data *child, int cpu, int copy)
tools/testing/selftests/arm64/fp/fp-stress.c
324
static void start_kernel(struct child_data *child, int cpu, int copy)
tools/testing/selftests/arm64/fp/fp-stress.c
337
static void start_sve(struct child_data *child, int vl, int cpu)
tools/testing/selftests/arm64/fp/fp-stress.c
354
static void start_ssve(struct child_data *child, int vl, int cpu)
tools/testing/selftests/arm64/fp/fp-stress.c
371
static void start_za(struct child_data *child, int vl, int cpu)
tools/testing/selftests/arm64/fp/fp-stress.c
388
static void start_zt(struct child_data *child, int cpu)
tools/testing/selftests/arm64/fp/fp-stress.c
44
static struct child_data *children;
tools/testing/selftests/arm64/fp/fp-stress.c
63
static void child_start(struct child_data *child, const char *program)
tools/testing/selftests/arm64/gcs/gcs-stress.c
150
static bool child_output_read(struct child_data *child)
tools/testing/selftests/arm64/gcs/gcs-stress.c
203
static void child_output(struct child_data *child, uint32_t events,
tools/testing/selftests/arm64/gcs/gcs-stress.c
227
static void child_tickle(struct child_data *child)
tools/testing/selftests/arm64/gcs/gcs-stress.c
233
static void child_stop(struct child_data *child)
tools/testing/selftests/arm64/gcs/gcs-stress.c
239
static void child_cleanup(struct child_data *child)
tools/testing/selftests/arm64/gcs/gcs-stress.c
40
static struct child_data *children;
tools/testing/selftests/arm64/gcs/gcs-stress.c
59
static void start_thread(struct child_data *child, int id)
tools/testing/selftests/landlock/audit_test.c
230
struct thread_data child_data;
tools/testing/selftests/landlock/audit_test.c
232
child_data.parent_pid = getppid();
tools/testing/selftests/landlock/audit_test.c
234
child_data.pipe_child = pipe_child[1];
tools/testing/selftests/landlock/audit_test.c
236
child_data.pipe_parent = pipe_parent[0];
tools/testing/selftests/landlock/audit_test.c
237
child_data.ruleset_fd =
tools/testing/selftests/landlock/audit_test.c
239
ASSERT_LE(0, child_data.ruleset_fd);
tools/testing/selftests/landlock/audit_test.c
245
&child_data));
tools/testing/selftests/landlock/audit_test.c
253
child_data.parent_pid, &denial_dom));