Searched refs:SAFE_CGROUP_HAS (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise06.c | 76 if (!SAFE_CGROUP_HAS(cg, name)) in print_cgmem() 128 if (SAFE_CGROUP_HAS(cg, "memory.swap.max")) in setup() 131 if (SAFE_CGROUP_HAS(cg, "memory.swappiness")) { in setup()
|
/third_party/ltp/testcases/kernel/mem/oom/ |
D | oom05.c | 56 SAFE_CGROUP_HAS(cg, "cpuset.memory_migrate")) { in verify_oom() 63 if (SAFE_CGROUP_HAS(cg, "memory.swap.max")) { in verify_oom()
|
D | oom04.c | 50 SAFE_CGROUP_HAS(cg, "cpuset.memory_migrate")) { in verify_oom()
|
D | oom03.c | 48 if (SAFE_CGROUP_HAS(cg, "memory.swap.max")) { in verify_oom()
|
/third_party/ltp/include/ |
D | tst_cgroup.h | 156 #define SAFE_CGROUP_HAS(cg, file_name) \ macro
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 2078 if (SAFE_CGROUP_HAS(cg, "memory.swap.max")) 2112 them. This can be done with 'SAFE_CGROUP_HAS' which can be called on 2141 if (SAFE_CGROUP_HAS(cg_child, "memory.swap"))
|