Searched refs:cg_read_strstr (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
D | cgroup_util.h | 29 extern int cg_read_strstr(const char *cgroup, const char *control,
|
D | test_kmem.c | 427 if (cg_read_strstr(root, "cgroup.controllers", "memory")) in main() 430 if (cg_read_strstr(root, "cgroup.subtree_control", "memory")) in main()
|
D | test_memcontrol.c | 48 if (cg_read_strstr(child, "cgroup.controllers", "memory")) in test_memcg_subtree_control() 66 if (!cg_read_strstr(child2, "cgroup.controllers", "memory")) in test_memcg_subtree_control() 1205 if (cg_read_strstr(root, "cgroup.controllers", "memory")) in main() 1208 if (cg_read_strstr(root, "cgroup.subtree_control", "memory")) in main()
|
D | test_freezer.c | 32 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 1") != 0) { in cg_check_frozen() 40 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 0") != 0) { in cg_check_frozen()
|
D | test_core.c | 379 if (cg_read_strstr(root, "cgroup.controllers", "cpu") || in test_cgcore_no_internal_process_constraint_on_threads() 868 if (cg_read_strstr(root, "cgroup.subtree_control", "memory")) in main()
|
D | cgroup_util.c | 127 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() function
|