Symbol: child_fn
tools/testing/selftests/cgroup/test_freezer.c
1024
cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
1060
cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
1167
pid = cg_run_nowait(cgroup[0], child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
150
cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
238
cg_run_nowait(cgroup[2], child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
239
cg_run_nowait(cgroup[7], child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
240
cg_run_nowait(cgroup[9], child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
241
cg_run_nowait(cgroup[9], child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
242
cg_run_nowait(cgroup[9], child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
422
pid = cg_run_nowait(child, child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
528
pid = cg_run_nowait(cgroup[0], child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
597
pid = cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
677
pid = cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
722
pid = cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_freezer.c
931
cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_kill.c
164
pids[0] = cg_run_nowait(cgroup[2], child_fn, NULL);
tools/testing/selftests/cgroup/test_kill.c
165
pids[1] = cg_run_nowait(cgroup[7], child_fn, NULL);
tools/testing/selftests/cgroup/test_kill.c
166
pids[2] = cg_run_nowait(cgroup[9], child_fn, NULL);
tools/testing/selftests/cgroup/test_kill.c
167
pids[3] = cg_run_nowait(cgroup[9], child_fn, NULL);
tools/testing/selftests/cgroup/test_kill.c
168
pids[4] = cg_run_nowait(cgroup[9], child_fn, NULL);
tools/testing/selftests/cgroup/test_kill.c
71
pids[i] = cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/mm/cow.c
184
typedef int (*child_fn)(char *mem, size_t size, struct comm_pipes *comm_pipes);
tools/testing/selftests/mm/cow.c
187
child_fn fn, bool xfail)