Home
last modified time | relevance | path

Searched refs:alloc_anon (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/testing/selftests/cgroup/
Dtest_memcontrol.c210 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 …]
Dcgroup_util.h41 extern int alloc_anon(const char *cgroup, void *arg);
Dcgroup_util.c323 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() function