Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c75 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function
578 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_protection()
596 rc = cg_run(parent[2], alloc_anon, (void *)MB(170)); in test_memcg_protection()
732 if (cg_run(memcg, alloc_anon, (void *)MB(31))) in test_memcg_high()
858 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max()
1122 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max_peak()
1245 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events()
1516 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events()
1585 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_parent_events()
1639 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_score_events()
H A Dcgroup_util.h
H A Dcgroup_util.c