Searched refs:ltp_dir (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/lib/ |
D | tst_cgroup.c | 71 struct cgroup_dir ltp_dir; member 567 SAFE_FILE_PRINTFAT(root->ltp_dir.dir_fd, in cgroup_copy_cpuset() 656 if (!root->ltp_dir.dir_fd) in tst_cgroup_require() 657 cgroup_dir_mk(&root->mnt_dir, cgroup_ltp_dir, &root->ltp_dir); in tst_cgroup_require() 659 root->ltp_dir.ctrl_field |= root->mnt_dir.ctrl_field; in tst_cgroup_require() 662 SAFE_FILE_PRINTFAT(root->ltp_dir.dir_fd, in tst_cgroup_require() 665 SAFE_FILE_PRINTFAT(root->ltp_dir.dir_fd, in tst_cgroup_require() 672 cgroup_dir_mk(&root->ltp_dir, cgroup_ltp_drain_dir, &root->drain_dir); in tst_cgroup_require() 675 cgroup_dir_mk(&root->ltp_dir, cgroup_test_dir, &root->test_dir); in tst_cgroup_require() 711 if (root->ltp_dir.dir_fd > 0) in close_path_fds() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
D | README.1ST | 12 3. Compile epoll-ltp.c in the <ltp_dir>testcases/kernel/syscall/epoll 37 11. Compile epoll-ltp.c in the <ltp_dir>testcases/kernel/syscall/epoll
|
/third_party/ltp/ |
D | execltp.in | 300 opts.log_dir = os.path.join(opts.ltp_dir, 'output') 364 runtest_file = os.path.join(opts.ltp_dir, 'runtest', testsuite) 377 os.system(' '.join([os.path.join(opts.ltp_dir, 'runltp'),
|