Home
last modified time | relevance | path

Searched refs:SAFE_CGROUP_OCCURSIN (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memcg/
Dmemcontrol01.c35 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/
Dkselftest-cgroup-to-ltp.cocci32 + !SAFE_CGROUP_OCCURSIN(cg, fname, needle)
/third_party/ltp/include/
Dtst_cgroup.h207 #define SAFE_CGROUP_OCCURSIN(cg, file_name, needle) \ macro