Searched refs:testfile (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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-v5.4/samples/bpf/ |
D | test_override_return.sh | 3 rm -f testfile.img 4 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1 5 DEVICE=$(losetup --show -f testfile.img)
|
/Linux-v5.4/Documentation/fault-injection/ |
D | fault-injection.rst | 325 rm -f testfile.img 326 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1 327 DEVICE=$(losetup --show -f testfile.img) 355 rm testfile.img
|