Home
last modified time | relevance | path

Searched refs:child_fn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_kill.c46 static int child_fn(const char *cgroup, void *arg) in child_fn() function
71 pids[i] = cg_run_nowait(cgroup, child_fn, NULL); in test_cgkill_simple()
164 pids[0] = cg_run_nowait(cgroup[2], child_fn, NULL); in test_cgkill_tree()
165 pids[1] = cg_run_nowait(cgroup[7], child_fn, NULL); in test_cgkill_tree()
166 pids[2] = cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgkill_tree()
167 pids[3] = cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgkill_tree()
168 pids[4] = cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgkill_tree()
H A Dtest_freezer.c121 static int child_fn(const char *cgroup, void *arg) in child_fn() function
150 cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_simple()
238 cg_run_nowait(cgroup[2], child_fn, NULL); in test_cgfreezer_tree()
239 cg_run_nowait(cgroup[7], child_fn, NULL); in test_cgfreezer_tree()
240 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree()
241 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree()
242 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree()
422 pid = cg_run_nowait(child, child_fn, NULL); in test_cgfreezer_mkdir()
597 pid = cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_ptrace()
677 pid = cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_stopped()
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dcow.c165 typedef int (*child_fn)(char *mem, size_t size, struct comm_pipes *comm_pipes); typedef
168 child_fn fn) in do_test_cow_in_parent()