Home
last modified time | relevance | path

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

/Linux-v5.15/tools/cgroup/
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-v5.15/samples/bpf/
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)
D.gitignore56 testfile.img
/Linux-v5.15/tools/testing/selftests/vm/
Dsplit_huge_page_test.c319 char testfile[INPUT_MAX]; in split_file_backed_thp() local
331 status = snprintf(testfile, INPUT_MAX, "%s/thp_file", tmpfs_loc); in split_file_backed_thp()
337 fd = open(testfile, O_CREAT|O_WRONLY); in split_file_backed_thp()
353 write_debugfs(PATH_FMT, testfile, pgoff_start, pgoff_end); in split_file_backed_thp()
355 status = unlink(testfile); in split_file_backed_thp()
/Linux-v5.15/Documentation/fault-injection/
Dfault-injection.rst352 rm -f testfile.img
353 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
354 DEVICE=$(losetup --show -f testfile.img)
382 rm testfile.img