Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dwrite-threshold.c23 return bs->write_threshold_offset; in bdrv_write_threshold_get()
28 bs->write_threshold_offset = threshold_bytes; in bdrv_write_threshold_set()
50 uint64_t wtr = bs->write_threshold_offset; in bdrv_write_threshold_check_write()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1202 uint64_t write_threshold_offset; member