Searched refs:wr_bytes (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 227.out | 27 "wr_bytes": 0, 98 "wr_bytes": 0, 199 "wr_bytes": 0,
|
H A D | 093 | 130 wr_bytes = end_wr_bytes[i] - start_wr_bytes[i] 133 self.assertTrue(check_limit(params['bps'], rd_bytes + wr_bytes)) 135 self.assertTrue(check_limit(params['bps_wr'], wr_bytes))
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mtk-snfi.c | 1065 u32 wr_bytes, val; in mtk_snand_write_page_cache() local 1115 wr_bytes = (snf->nfi_cfg.spare_size + snf->caps->sector_size) * in mtk_snand_write_page_cache() 1118 (wr_bytes << PROGRAM_LOAD_BYTE_NUM_S) | wr_bytes); in mtk_snand_write_page_cache()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 804 stats->value->stats->wr_bytes, in hmp_info_blockstats()
|
/openbmc/qemu/block/ |
H A D | qapi.c | 501 ds->wr_bytes = stats->nr_bytes[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 928 # @wr_bytes: The number of bytes written by the device. 1037 'data': {'rd_bytes': 'int', 'wr_bytes': 'int', 'zone_append_bytes': 'int',
|