Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/cgroup/
Dtest_memcontrol.c322 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()
Dcgroup_util.h36 extern int cg_run_nowait(const char *cgroup,
Dcgroup_util.c276 int cg_run_nowait(const char *cgroup, in cg_run_nowait() function