Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/controllers/memcg/
Dmemcontrol01.c33 SAFE_CG_OCCURSIN(child, "cgroup.controllers", "memory"), in test_memcg_subtree_control()
36 !SAFE_CG_OCCURSIN(child2, "cgroup.controllers", "memory"), in test_memcg_subtree_control()
/third_party/ltp/scripts/coccinelle/
Dkselftest-cgroup-to-ltp.cocci32 + !SAFE_CG_OCCURSIN(cg, fname, needle)
/third_party/ltp/include/
Dtst_cgroup.h249 #define SAFE_CG_OCCURSIN(cg, file_name, needle) \ macro