Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-write-threshold.c22 bdrv_write_threshold_check_write(&bs, 1024, 1024); in test_threshold_not_trigger()
35 bdrv_write_threshold_check_write(&bs, threshold - 1024, 2 * 1024); in test_threshold_trigger()
/openbmc/qemu/include/block/
H A Dwrite-threshold.h42 void bdrv_write_threshold_check_write(BlockDriverState *bs, int64_t offset,
/openbmc/qemu/block/
H A Dwrite-threshold.c46 void bdrv_write_threshold_check_write(BlockDriverState *bs, int64_t offset, in bdrv_write_threshold_check_write() function
H A Dio.c2004 bdrv_write_threshold_check_write(bs, offset, bytes); in bdrv_co_write_req_prepare()