Searched refs:alloc_anon (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_memcontrol.c | 377 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_protection() 395 rc = cg_run(parent[2], alloc_anon, (void *)MB(170)); in test_memcg_protection() 522 if (cg_run(memcg, alloc_anon, (void *)MB(31))) in test_memcg_high() 648 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 854 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max() 902 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events() 1148 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events() 1217 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_parent_events() 1271 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_score_events()
|
H A D | cgroup_util.h | 52 extern int alloc_anon(const char *cgroup, void *arg);
|
H A D | cgroup_util.c | 497 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function
|