Searched refs:SAFE_CGROUP_PRINT (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/scripts/coccinelle/ |
D | kselftest-cgroup-to-ltp.cocci | 15 + SAFE_CGROUP_PRINT(cg, fname, data); 23 - SAFE_CGROUP_PRINT(cg, "cgroup.subtree_control", "+memory"); 25 + SAFE_CGROUP_PRINT(cg, "cgroup.subtree_control", "+memory");
|
/third_party/ltp/lib/newlib_tests/ |
D | tst_cgroup02.c | 28 SAFE_CGROUP_PRINT(cg, "cgroup.subtree_control", "+memory"); in do_test() 30 SAFE_CGROUP_PRINT(cg, "cgroup.subtree_control", "+cpuset"); in do_test() 45 SAFE_CGROUP_PRINT(cg_child, "cpuset.mems", buf); in do_test()
|
/third_party/ltp/testcases/kernel/mem/oom/ |
D | oom05.c | 57 SAFE_CGROUP_PRINT(cg, "cpuset.memory_migrate", "1"); in verify_oom() 78 SAFE_CGROUP_PRINT(cg, "memory.swap.max", "max"); in verify_oom()
|
D | oom04.c | 56 SAFE_CGROUP_PRINT(cg, "cpuset.memory_migrate", "1"); in verify_oom()
|
D | oom03.c | 70 SAFE_CGROUP_PRINT(cg, "memory.swap.max", "max"); in verify_oom()
|
/third_party/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 57 SAFE_CGROUP_PRINT(cg, "cpuset.cpus", buf); in test_cpuset() 59 SAFE_CGROUP_PRINT(cg, "cpuset.mems", buf); in test_cpuset()
|
/third_party/ltp/testcases/kernel/controllers/memcg/ |
D | memcontrol01.c | 32 SAFE_CGROUP_PRINT(parent2, "cgroup.subtree_control", "-memory"); in test_memcg_subtree_control()
|
/third_party/ltp/include/ |
D | tst_cgroup.h | 178 #define SAFE_CGROUP_PRINT(cg, file_name, str) \ macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise06.c | 132 SAFE_CGROUP_PRINT(cg, "memory.swappiness", "60"); in setup()
|
/third_party/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 648 SAFE_CGROUP_PRINT(cg, "cpuset.cpus", cpus); in write_cpusets() 652 SAFE_CGROUP_PRINT(cg, "cpuset.cpus", "0"); in write_cpusets()
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 2134 SAFE_CGROUP_PRINT(cg, "cgroup.subtree_control", "+memory"); 2136 SAFE_CGROUP_PRINT(cg, "cgroup.subtree_control", "+cpuset"); 2228 SAFE_CGROUP_PRINT(cg, "memory.swap.max", "max");
|