Searched refs:cg_read_strcmp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/selftests/cgroup/ |
D | test_core.c | 51 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 54 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 57 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 1\n")) in test_cgcore_populated() 60 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 66 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 69 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 72 if (cg_read_strcmp(cg_test_c, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 75 if (cg_read_strcmp(cg_test_d, "cgroup.events", "populated 0\n")) in test_cgcore_populated() 127 if (cg_read_strcmp(child, "cgroup.type", "domain invalid\n")) in test_cgcore_invalid_domain() 175 if (cg_read_strcmp(parent, "cgroup.type", "domain threaded\n")) in test_cgcore_parent_becomes_threaded()
|
D | test_memcontrol.c | 228 if (cg_read_strcmp(cgroup, "cgroup.procs", "") == 0) in cg_test_proc_killed() 596 if (cg_read_strcmp(memcg, "memory.high", "max\n")) in test_memcg_high() 645 if (cg_read_strcmp(memcg, "memory.max", "max\n")) in test_memcg_max() 730 if (cg_read_strcmp(memcg, "memory.max", "max\n")) in test_memcg_swap_max() 733 if (cg_read_strcmp(memcg, "memory.swap.max", "max\n")) in test_memcg_swap_max() 794 if (cg_read_strcmp(memcg, "cgroup.procs", "")) in test_memcg_oom_events()
|
D | cgroup_util.h | 25 extern int cg_read_strcmp(const char *cgroup, const char *control,
|
D | cgroup_util.c | 89 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() function
|