Searched refs:cg_read_strstr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/selftests/cgroup/ |
D | cgroup_util.h | 27 extern int cg_read_strstr(const char *cgroup, const char *control,
|
D | test_core.c | 200 if (cg_read_strstr(root, "cgroup.controllers", "cpu") || in test_cgcore_no_internal_process_constraint_on_threads() 201 cg_read_strstr(root, "cgroup.subtree_control", "cpu")) { in test_cgcore_no_internal_process_constraint_on_threads()
|
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() 1201 if (cg_read_strstr(root, "cgroup.controllers", "memory")) in main()
|
D | cgroup_util.c | 116 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() function
|