Home
last modified time | relevance | path

Searched refs:SAFE_CGROUP_HAS (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c76 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/
Doom05.c56 SAFE_CGROUP_HAS(cg, "cpuset.memory_migrate")) { in verify_oom()
63 if (SAFE_CGROUP_HAS(cg, "memory.swap.max")) { in verify_oom()
Doom04.c50 SAFE_CGROUP_HAS(cg, "cpuset.memory_migrate")) { in verify_oom()
Doom03.c48 if (SAFE_CGROUP_HAS(cg, "memory.swap.max")) { in verify_oom()
/third_party/ltp/include/
Dtst_cgroup.h156 #define SAFE_CGROUP_HAS(cg, file_name) \ macro
/third_party/ltp/doc/
Dc-test-api.txt2078 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"))