Home
last modified time | relevance | path

Searched refs:flush_interval (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/
H A Dqemu-img.c4649 int flush_interval; in bench_cb()
4688 if (b->flush_interval && remaining % b->flush_interval == 0) { in bench_cb()
4749 int flush_interval = 0; in img_bench()
4904 flush_interval = cvtnum_full("flush interval", optarg, in img_bench()
4906 if (flush_interval < 0) { in img_bench()
4932 if (!is_write && flush_interval) { in img_bench()
4937 if (flush_interval && flush_interval < depth) { in img_bench()
4965 .flush_interval in img_bench()
4623 int flush_interval; global() member
4723 int flush_interval = 0; img_bench() local
[all...]
H A Dqemu-img-cmds.hx21 "bench [-c count] [-d depth] [-f fmt] [--flush-interval=flush_interval] [-i aio] [-n] [--no-drain] [-o offset] [--pattern=pattern] [-q] [-s buffer_size] [-S step_size] [-t cache] [-w] [-U] filename")