Searched refs:SAFE_CGROUP_OCCURSIN (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/memcg/ |
D | memcontrol01.c | 35 SAFE_CGROUP_OCCURSIN(child, "cgroup.controllers", "memory"), in test_memcg_subtree_control() 38 !SAFE_CGROUP_OCCURSIN(child2, "cgroup.controllers", "memory"), in test_memcg_subtree_control()
|
/third_party/ltp/scripts/coccinelle/ |
D | kselftest-cgroup-to-ltp.cocci | 32 + !SAFE_CGROUP_OCCURSIN(cg, fname, needle)
|
/third_party/ltp/include/ |
D | tst_cgroup.h | 207 #define SAFE_CGROUP_OCCURSIN(cg, file_name, needle) \ macro
|