Searched refs:alloc_anon (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_memcontrol.c | 55 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function 568 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_protection() 586 rc = cg_run(parent[2], alloc_anon, (void *)MB(170)); in test_memcg_protection() 722 if (cg_run(memcg, alloc_anon, (void *)MB(31))) in test_memcg_high() 848 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 1117 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max_peak() 1240 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events() 1486 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events() 1555 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_parent_events() 1609 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_score_events()
|
| H A D | cgroup_util.h | |
| H A D | cgroup_util.c | |