Home
last modified time | relevance | path

Searched refs:SAFE_CGROUP_READ (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c56 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/
Dtst_cgroup02.c43 SAFE_CGROUP_READ(cg_child, "cpuset.mems", buf, sizeof(buf)); in do_test()
/third_party/ltp/include/
Dtst_cgroup.h164 #define SAFE_CGROUP_READ(cg, file_name, out, len) \ macro
/third_party/ltp/doc/
Dc-test-api.txt2143 SAFE_CGROUP_READ(cg_child, "cpuset.mems", buf, sizeof(buf));