Searched refs:SAFE_CG_HAS (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise06.c | 73 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/ |
D | oom05.c | 54 SAFE_CG_HAS(tst_cg, "cpuset.memory_migrate")) { in verify_oom() 61 if (SAFE_CG_HAS(tst_cg, "memory.swap.max")) { in verify_oom()
|
D | oom04.c | 48 SAFE_CG_HAS(tst_cg, "cpuset.memory_migrate")) { in verify_oom()
|
D | oom03.c | 46 if (SAFE_CG_HAS(tst_cg, "memory.swap.max")) { in verify_oom()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_core03.c | 88 if (!SAFE_CG_HAS(cg_child_test_simple, "cgroup.kill")) { in run()
|
/third_party/ltp/include/ |
D | tst_cgroup.h | 180 #define SAFE_CG_HAS(cg, file_name) \ macro
|
/third_party/ltp/doc/ |
D | C-Test-API.asciidoc | 2174 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")) {
|