Searched refs:cg_run_nowait (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 322 cg_run_nowait(children[i], alloc_pagecache_50M_noexit, in test_memcg_min() 954 pid = cg_run_nowait(memcg, tcp_server, &args); in test_memcg_sock() 1032 cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60)); in test_memcg_oom_group_leaf_events() 1033 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_leaf_events() 1034 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_leaf_events() 1091 cg_run_nowait(parent, alloc_anon_noexit, (void *) MB(60)); in test_memcg_oom_group_parent_events() 1092 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_parent_events() 1093 cg_run_nowait(child, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_parent_events() 1144 safe_pid = cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_score_events() 1148 cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(1)); in test_memcg_oom_group_score_events()
|
D | cgroup_util.h | 36 extern int cg_run_nowait(const char *cgroup,
|
D | cgroup_util.c | 276 int cg_run_nowait(const char *cgroup, in cg_run_nowait() function
|