Searched refs:cg_read_strcmp (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/testing/selftests/cgroup/ |
D | test_core.c | 169 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 172 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 175 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 178 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 184 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 187 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 190 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 193 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 214 err = cg_read_strcmp(cg_test_d, "cgroup.events", "populated 1\n"); in test_cgcore_populated() 223 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() [all …]
|
D | test_memcontrol.c | 232 if (cg_read_strcmp(cgroup, "cgroup.procs", "") == 0) in cg_test_proc_killed() 600 if (cg_read_strcmp(memcg, "memory.high", "max\n")) in test_memcg_high() 649 if (cg_read_strcmp(memcg, "memory.max", "max\n")) in test_memcg_max() 734 if (cg_read_strcmp(memcg, "memory.max", "max\n")) in test_memcg_swap_max() 737 if (cg_read_strcmp(memcg, "memory.swap.max", "max\n")) in test_memcg_swap_max() 798 if (cg_read_strcmp(memcg, "cgroup.procs", "")) in test_memcg_oom_events()
|
D | cgroup_util.h | 27 extern int cg_read_strcmp(const char *cgroup, const char *control,
|
D | cgroup_util.c | 100 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() function
|