Searched refs:alloc_anon (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 358 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_protection() 376 rc = cg_run(parent[2], alloc_anon, (void *)MB(170)); in test_memcg_protection() 499 if (cg_run(memcg, alloc_anon, (void *)MB(31))) in test_memcg_high() 625 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 818 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max() 866 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events() 1109 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events() 1178 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_parent_events() 1232 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_score_events()
|
D | cgroup_util.h | 50 extern int alloc_anon(const char *cgroup, void *arg);
|
D | cgroup_util.c | 493 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function
|