Searched refs:alloc_anon (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/cgroup/ |
H A D | test_memcontrol.c | 489 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_protection() 507 rc = cg_run(parent[2], alloc_anon, (void *)MB(170)); in test_memcg_protection() 634 if (cg_run(memcg, alloc_anon, (void *)MB(31))) in test_memcg_high() 760 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 1029 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max_peak() 1152 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events() 1398 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events() 1467 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_parent_events() 1521 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_score_events()
|
H A D | cgroup_util.h | 54 extern int alloc_anon(const char *cgroup, void *arg);
|
H A D | cgroup_util.c | 519 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function
|