Searched refs:testfile (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/tools/cgroup/ |
| D | iocost_coef_gen.py | 89 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-v6.1/samples/bpf/ |
| D | test_override_return.sh | 4 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 | .gitignore | 56 testfile.img
|
| /Linux-v6.1/tools/testing/selftests/vm/ |
| D | split_huge_page_test.c | 238 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-v6.1/Documentation/fault-injection/ |
| D | fault-injection.rst | 359 rm -f testfile.img 360 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1 361 DEVICE=$(losetup --show -f testfile.img) 389 rm testfile.img
|