Searched refs:alloc_anon (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 214 if (alloc_anon(cgroup, arg)) in alloc_anon_noexit() 351 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_min() 369 if (!cg_run(parent[2], alloc_anon, (void *)MB(170))) in test_memcg_min() 498 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_low() 516 if (cg_run(parent[2], alloc_anon, (void *)MB(166))) { in test_memcg_low() 609 if (cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_high() 659 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 747 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max() 795 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events() 1039 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events() [all …]
|
D | cgroup_util.h | 46 extern int alloc_anon(const char *cgroup, void *arg);
|
D | cgroup_util.c | 488 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function
|