Home
last modified time | relevance | path

Searched refs:bdrv_write_threshold_get (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/unit/
H A Dtest-write-threshold.c23 g_assert_cmpuint(bdrv_write_threshold_get(&bs), ==, threshold); in test_threshold_not_trigger()
36 g_assert_cmpuint(bdrv_write_threshold_get(&bs), ==, 0); in test_threshold_trigger()
/qemu/include/block/
H A Dwrite-threshold.h34 uint64_t bdrv_write_threshold_get(const BlockDriverState *bs);
/qemu/block/
H A Dwrite-threshold.c21 uint64_t bdrv_write_threshold_get(const BlockDriverState *bs) in bdrv_write_threshold_get() function
H A Dqapi.c146 info->write_threshold = bdrv_write_threshold_get(bs); in bdrv_block_device_info()