Searched refs:cg_drain (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/lib/newlib_tests/ |
D | tst_cgroup02.c | 19 static const struct tst_cgroup_group *cg_drain; variable 56 SAFE_CGROUP_PRINTF(cg_drain, "cgroup.procs", "%d", getpid()); in do_test() 71 cg_drain = tst_cgroup_get_drain_group(); in setup() 77 SAFE_CGROUP_PRINTF(cg_drain, "cgroup.procs", "%d", getpid()); in cleanup()
|
/third_party/ltp/testcases/kernel/mem/ksm/ |
D | ksm02.c | 63 static const struct tst_cgroup_group *cg_drain; variable 85 SAFE_CGROUP_PRINTF(cg_drain, "cgroup.procs", "%d", getpid()); in verify_ksm() 112 cg_drain = tst_cgroup_get_drain_group(); in setup()
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 2122 static const struct tst_cgroup_group *cg_drain; 2152 SAFE_CGROUP_PRINTF(cg_drain, "cgroup.procs", "%d", getpid()); 2162 cg_drain = tst_cgroup_get_drain_group(); 2168 SAFE_CGROUP_PRINTF(cg_drain, "cgroup.procs", "%d", getpid());
|