Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-img.c4421 int flush_interval; member
4460 if (b->flush_interval && remaining % b->flush_interval == 0) { in bench_cb()
4517 int flush_interval = 0; in img_bench() local
4661 flush_interval = res; in img_bench()
4678 if (!is_write && flush_interval) { in img_bench()
4683 if (flush_interval && flush_interval < depth) { in img_bench()
4711 .flush_interval = flush_interval, in img_bench()
4718 if (flush_interval) { in img_bench()
4719 printf("Sending flush every %d requests\n", flush_interval); in img_bench()
H A Dqemu-img-cmds.hx21 …"bench [-c count] [-d depth] [-f fmt] [--flush-interval=flush_interval] [-i aio] [-n] [--no-drain]…