Searched refs:alloc_anon (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 210 if (alloc_anon(cgroup, arg)) in alloc_anon_noexit() 347 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_min() 365 if (!cg_run(parent[2], alloc_anon, (void *)MB(170))) in test_memcg_min() 494 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_low() 512 if (cg_run(parent[2], alloc_anon, (void *)MB(166))) { in test_memcg_low() 605 if (cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_high() 655 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_max() 743 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_swap_max() 791 if (!cg_run(memcg, alloc_anon, (void *)MB(100))) in test_memcg_oom_events() 1035 if (!cg_run(child, alloc_anon, (void *)MB(100))) in test_memcg_oom_group_leaf_events() [all …]
|
D | cgroup_util.h | 41 extern int alloc_anon(const char *cgroup, void *arg);
|
D | cgroup_util.c | 323 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function
|