Searched refs:tst_cg_drain (Results 1 – 7 of 7) sorted by relevance
/external/ltp/lib/newlib_tests/ |
D | tst_cgroup02.c | 53 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid()); in do_test() 73 SAFE_CG_PRINTF(tst_cg_drain, in cleanup()
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_core01.c | 87 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid()); in cleanup() 91 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid()); in cleanup()
|
D | cgroup_core02.c | 107 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid()); in cleanup() 111 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid()); in cleanup()
|
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm02.c | 82 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid()); in verify_ksm()
|
/external/ltp/include/ |
D | tst_cgroup.h | 114 extern const struct tst_cg_group *const tst_cg_drain;
|
/external/ltp/lib/ |
D | tst_cgroup.c | 158 const struct tst_cg_group *const tst_cg_drain = &drain_group; variable
|
/external/ltp/doc/ |
D | c-test-api.txt | 2240 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid()); 2247 SAFE_CG_PRINTF(tst_cg_drain, "cgroup.procs", "%d", getpid());
|