Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/tools/cgroup/
A Diocost_coef_gen.py89 def run_fio(testfile, duration, iotype, iodepth, blocksize, jobs): argument
130 testfile = f'/dev/{devname}' variable
134 testfile = 'iocost-coef-fio.testfile' variable
136 create_testfile(testfile, testfile_size)
155 rbps = run_fio(testfile, args.duration, 'read',
158 rseqiops = round(run_fio(testfile, args.duration, 'read',
161 rrandiops = round(run_fio(testfile, args.duration, 'randread',
164 wbps = run_fio(testfile, args.duration, 'write',
167 wseqiops = round(run_fio(testfile, args.duration, 'write',
170 wrandiops = round(run_fio(testfile, args.duration, 'randwrite',
/linux-6.3-rc2/samples/bpf/
A Dtest_override_return.sh4 rm -f testfile.img
5 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
6 DEVICE=$(losetup --show -f testfile.img)
A D.gitignore56 testfile.img
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dsplit_huge_page_test.c238 char testfile[INPUT_MAX]; in split_file_backed_thp() local
250 status = snprintf(testfile, INPUT_MAX, "%s/thp_file", tmpfs_loc); in split_file_backed_thp()
256 fd = open(testfile, O_CREAT|O_WRONLY); in split_file_backed_thp()
272 write_debugfs(PATH_FMT, testfile, pgoff_start, pgoff_end); in split_file_backed_thp()
274 status = unlink(testfile); in split_file_backed_thp()
/linux-6.3-rc2/Documentation/fault-injection/
A Dfault-injection.rst422 rm -f testfile.img
423 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
424 DEVICE=$(losetup --show -f testfile.img)
452 rm testfile.img

Completed in 4 milliseconds