Home
last modified time | relevance | path

Searched refs:SAFE_CG_HAS (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c73 if (!SAFE_CG_HAS(tst_cg, name)) in print_cgmem()
122 if (SAFE_CG_HAS(tst_cg, "memory.swap.max")) in setup()
125 if (SAFE_CG_HAS(tst_cg, "memory.swappiness")) { in setup()
/third_party/ltp/testcases/kernel/mem/oom/
Doom05.c54 SAFE_CG_HAS(tst_cg, "cpuset.memory_migrate")) { in verify_oom()
61 if (SAFE_CG_HAS(tst_cg, "memory.swap.max")) { in verify_oom()
Doom04.c48 SAFE_CG_HAS(tst_cg, "cpuset.memory_migrate")) { in verify_oom()
Doom03.c46 if (SAFE_CG_HAS(tst_cg, "memory.swap.max")) { in verify_oom()
/third_party/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_core03.c88 if (!SAFE_CG_HAS(cg_child_test_simple, "cgroup.kill")) { in run()
/third_party/ltp/include/
Dtst_cgroup.h180 #define SAFE_CG_HAS(cg, file_name) \ macro
/third_party/ltp/doc/
DC-Test-API.asciidoc2174 if (SAFE_CG_HAS(tst_cg, "memory.swap.max"))
2200 them. This can be done with 'SAFE_CG_HAS' which can be called on
2227 if (SAFE_CG_HAS(cg_child, "memory.swap")) {