Home
last modified time | relevance | path

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

/qemu/block/
H A Dwrite-threshold.c26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes) in bdrv_write_threshold_set() argument
28 bs->write_threshold_offset = threshold_bytes; in bdrv_write_threshold_set()
32 uint64_t threshold_bytes, in qmp_block_set_write_threshold() argument
43 bdrv_write_threshold_set(bs, threshold_bytes); in qmp_block_set_write_threshold()
/qemu/include/block/
H A Dwrite-threshold.h26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes);