Home
last modified time | relevance | path

Searched refs:child_fn (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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()
528 pid = cg_run_nowait(cgroup[0], child_fn, NULL); in test_cgfreezer_migrate()
597 pid = cg_run_nowait(cgroup, child_fn, NUL in test_cgfreezer_ptrace()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_freezer.c178 static int child_fn(const char *cgroup, void *arg) in child_fn() function
207 cg_run_nowait(cgroup, child_fn, NULL); in test_cgfreezer_simple()
295 cg_run_nowait(cgroup[2], child_fn, NULL); in test_cgfreezer_tree()
296 cg_run_nowait(cgroup[7], child_fn, NULL); in test_cgfreezer_tree()
297 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree()
298 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree()
299 cg_run_nowait(cgroup[9], child_fn, NULL); in test_cgfreezer_tree()
479 pid = cg_run_nowait(child, child_fn, NULL); in test_cgfreezer_mkdir()
585 pid = cg_run_nowait(cgroup[0], child_fn, NULL); in test_cgfreezer_migrate()
654 pid = cg_run_nowait(cgroup, child_fn, NUL in test_cgfreezer_ptrace()
[all...]
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds