Searched refs:rd_bytes (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 227.out | 40 "rd_bytes": 0, 111 "rd_bytes": 0, 212 "rd_bytes": 0,
|
H A D | 093 | 128 rd_bytes = end_rd_bytes[i] - start_rd_bytes[i] 133 self.assertTrue(check_limit(params['bps'], rd_bytes + wr_bytes)) 134 self.assertTrue(check_limit(params['bps_rd'], rd_bytes))
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mtk-snfi.c | 874 u32 rd_mode, rd_bytes, val; in mtk_snand_read_page_cache() local 924 rd_bytes = (snf->nfi_cfg.spare_size + snf->caps->sector_size) * in mtk_snand_read_page_cache() 927 (rd_bytes << PROGRAM_LOAD_BYTE_NUM_S) | rd_bytes); in mtk_snand_read_page_cache()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 803 stats->value->stats->rd_bytes, in hmp_info_blockstats()
|
/openbmc/qemu/block/ |
H A D | qapi.c | 500 ds->rd_bytes = stats->nr_bytes[BLOCK_ACCT_READ]; in bdrv_query_blk_stats()
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 926 # @rd_bytes: The number of bytes read by the device. 1037 'data': {'rd_bytes': 'int', 'wr_bytes': 'int', 'zone_append_bytes': 'int',
|