Searched refs:cg_read_strcmp (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_core.c | 182 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 185 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 188 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 191 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 197 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 200 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 203 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 206 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 227 err = cg_read_strcmp(cg_test_d, "cgroup.events", "populated 1\n"); in test_cgcore_populated() 310 if (cg_read_strcmp(child, "cgroup.type", "domain invalid\n")) in test_cgcore_invalid_domain() [all …]
|
| H A D | test_pids.c | 42 if (cg_read_strcmp(cg_pids, "pids.max", "max\n")) in test_pids_max() 98 if (cg_read_strcmp(cg_child, "pids.max", "max\n")) in test_pids_events()
|
| H A D | test_memcontrol.c | 435 if (cg_read_strcmp(cgroup, "cgroup.procs", "") == 0) in cg_test_proc_killed() 715 if (cg_read_strcmp(memcg, "memory.high", "max\n")) in test_memcg_high() 840 if (cg_read_strcmp(memcg, "memory.max", "max\n")) in test_memcg_max() 1106 if (cg_read_strcmp(memcg, "memory.max", "max\n")) in test_memcg_swap_max_peak() 1109 if (cg_read_strcmp(memcg, "memory.swap.max", "max\n")) in test_memcg_swap_max_peak() 1245 if (cg_read_strcmp(memcg, "cgroup.procs", "")) in test_memcg_oom_events()
|
| H A D | cgroup_util.h | |
| H A D | test_kill.c | 76 if (cg_read_strcmp(cgroup, "cgroup.events", "populated 1\n")) in test_cgkill_simple()
|
| H A D | test_zswap.c | 355 if (cg_read_strcmp(root, "memory.zswap.writeback", "1")) in test_zswap_writeback()
|
| H A D | cgroup_util.c | |
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 62 extern int cg_read_strcmp(const char *cgroup, const char *control,
|
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 99 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() function 132 ret = cg_read_strcmp(cgroup, control, expected); in cg_read_strcmp_wait()
|