Symbol: cg_run_nowait
tools/testing/selftests/cgroup/lib/include/cgroup_util.h
84
extern int cg_run_nowait(const char *cgroup,
tools/testing/selftests/cgroup/test_core.c
101
child_pid = cg_run_nowait(cg_test, alloc_and_touch_anon_noexit,
tools/testing/selftests/cgroup/test_cpu.c
387
return cg_run_nowait(child->cgroup, hog_cpus_timed, (void *)&param);
tools/testing/selftests/cgroup/test_cpu.c
550
pid = cg_run_nowait(leaf[i].cgroup, hog_cpus_timed,
tools/testing/selftests/cgroup/test_cpuset.c
116
object_pid = cg_run_nowait(child_src, idle_process_fn, NULL);
tools/testing/selftests/cgroup/test_cpuset.c
208
object_pid = cg_run_nowait(child, idle_process_fn, NULL);
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
372
cg_run_nowait(cgroup, forkbomb_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
790
cg_run_nowait(cgroup, vfork_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
236
pid = cg_run_nowait(cgroup, forkbomb_fn, NULL);
tools/testing/selftests/cgroup/test_kill.c
71
pids[i] = cg_run_nowait(cgroup, child_fn, NULL);
tools/testing/selftests/cgroup/test_memcontrol.c
1406
pid = cg_run_nowait(memcg, tcp_server, &args);
tools/testing/selftests/cgroup/test_memcontrol.c
1501
cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60));
tools/testing/selftests/cgroup/test_memcontrol.c
1502
cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1));
tools/testing/selftests/cgroup/test_memcontrol.c
1503
cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1));
tools/testing/selftests/cgroup/test_memcontrol.c
1569
cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60));
tools/testing/selftests/cgroup/test_memcontrol.c
1570
cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1));
tools/testing/selftests/cgroup/test_memcontrol.c
1571
cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1));
tools/testing/selftests/cgroup/test_memcontrol.c
1622
safe_pid = cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(1));
tools/testing/selftests/cgroup/test_memcontrol.c
1626
cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(1));
tools/testing/selftests/cgroup/test_memcontrol.c
547
cg_run_nowait(children[i], alloc_pagecache_50M_noexit,
tools/testing/selftests/cgroup/test_memcontrol.c
797
pid = cg_run_nowait(memcg, alloc_anon_mlock, (void *)MB(200));
tools/testing/selftests/cgroup/test_memcontrol.c
942
cg_run_nowait(memcg, alloc_pagecache_50M_noexit, (void *)(long)fd);
tools/testing/selftests/cgroup/test_memcontrol.c
949
cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(50));
tools/testing/selftests/cgroup/test_pids.c
104
pid = cg_run_nowait(cg_child, run_pause, NULL);
tools/testing/selftests/cgroup/test_pids.c
108
if (cg_run_nowait(cg_child, run_success, NULL) != -1 || errno != EAGAIN)
tools/testing/selftests/cgroup/test_pids.c
51
pid = cg_run_nowait(cg_pids, run_pause, NULL);
tools/testing/selftests/cgroup/test_pids.c
55
if (cg_run_nowait(cg_pids, run_success, NULL) != -1 || errno != EAGAIN)
tools/testing/selftests/cgroup/test_zswap.c
535
child_pid = cg_run_nowait(test_group, no_kmem_bypass_child, values);