Home
last modified time | relevance | path

Searched refs:bdrv_write_threshold_set (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dwrite-threshold.c26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes) in bdrv_write_threshold_set() function
43 bdrv_write_threshold_set(bs, threshold_bytes); in qmp_block_set_write_threshold()
56 bdrv_write_threshold_set(bs, 0); in bdrv_write_threshold_check_write()
/openbmc/qemu/tests/unit/
H A Dtest-write-threshold.c21 bdrv_write_threshold_set(&bs, threshold); in test_threshold_not_trigger()
34 bdrv_write_threshold_set(&bs, threshold); in test_threshold_trigger()
/openbmc/qemu/include/block/
H A Dwrite-threshold.h26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes);