Searched refs:SAFE_CGROUP_READ (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 56 SAFE_CGROUP_READ(cg, "cpuset.cpus", buf, sizeof(buf)); in test_cpuset() 58 SAFE_CGROUP_READ(cg, "cpuset.mems", buf, sizeof(buf)); in test_cpuset()
|
/third_party/ltp/lib/newlib_tests/ |
D | tst_cgroup02.c | 43 SAFE_CGROUP_READ(cg_child, "cpuset.mems", buf, sizeof(buf)); in do_test()
|
/third_party/ltp/include/ |
D | tst_cgroup.h | 164 #define SAFE_CGROUP_READ(cg, file_name, out, len) \ macro
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 2143 SAFE_CGROUP_READ(cg_child, "cpuset.mems", buf, sizeof(buf));
|