Home
last modified time | relevance | path

Searched refs:nr_bytes (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/block/
H A Daccounting.h84 uint64_t nr_bytes[BLOCK_MAX_IOTYPE]; member
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c982 uint64_t nr_bytes = (uint64_t)qemu_get_be32(f) << BDRV_SECTOR_BITS; in dirty_bitmap_load_bits() local
984 nr_bytes >> BDRV_SECTOR_BITS); in dirty_bitmap_load_bits()
990 nr_bytes, false); in dirty_bitmap_load_bits()
1027 nr_bytes); in dirty_bitmap_load_bits()
1040 bdrv_dirty_bitmap_deserialize_part(s->bitmap, buf, first_byte, nr_bytes, in dirty_bitmap_load_bits()
/openbmc/qemu/block/
H A Dqapi.c538 ds->rd_bytes = stats->nr_bytes[BLOCK_ACCT_READ]; in bdrv_query_blk_stats()
539 ds->wr_bytes = stats->nr_bytes[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
540 ds->zone_append_bytes = stats->nr_bytes[BLOCK_ACCT_ZONE_APPEND]; in bdrv_query_blk_stats()
541 ds->unmap_bytes = stats->nr_bytes[BLOCK_ACCT_UNMAP]; in bdrv_query_blk_stats()
H A Daccounting.c237 stats->nr_bytes[cookie->type] += cookie->bytes; in block_account_one_io()
/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c78 static uint8_t read_from_frame(PnvSpi *s, uint8_t nr_bytes, uint8_t ecc_count, in read_from_frame() argument
84 while (count < nr_bytes) { in read_from_frame()
/openbmc/qemu/hw/nvme/
H A Dctrl.c4944 stats->units_read += s->nr_bytes[BLOCK_ACCT_READ]; in nvme_set_blk_stats()
4945 stats->units_written += s->nr_bytes[BLOCK_ACCT_WRITE]; in nvme_set_blk_stats()