Home
last modified time | relevance | path

Searched refs:BLOCK_ACCT_WRITE (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/block/
H A Dqapi.c501 ds->wr_bytes = stats->nr_bytes[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
505 ds->wr_operations = stats->nr_ops[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
510 ds->failed_wr_operations = stats->failed_ops[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
517 ds->invalid_wr_operations = stats->invalid_ops[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
525 ds->wr_merged = stats->merged[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
529 ds->wr_total_time_ns = stats->total_time_ns[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
548 TimedAverage *wr = &ts->latency[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
573 block_acct_queue_depth(ts, BLOCK_ACCT_WRITE); in bdrv_query_blk_stats()
584 = bdrv_latency_histogram_stats(&hgram[BLOCK_ACCT_WRITE]); in bdrv_query_blk_stats()
H A Dqapi-sysemu.c547 stats, BLOCK_ACCT_WRITE, in qmp_block_latency_histogram_set()
/openbmc/qemu/include/block/
H A Daccounting.h38 BLOCK_ACCT_WRITE, enumerator
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c391 BLOCK_ACCT_WRITE : BLOCK_ACCT_FLUSH); in xen_block_do_aio()
561 BLOCK_ACCT_WRITE); in xen_block_handle_requests()
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c254 is_write ? BLOCK_ACCT_WRITE : BLOCK_ACCT_READ, in submit_requests()
430 BLOCK_ACCT_WRITE); in virtio_blk_handle_discard_write_zeroes()
453 block_acct_invalid(blk_get_stats(s->blk), BLOCK_ACCT_WRITE); in virtio_blk_handle_discard_write_zeroes()
857 is_write ? BLOCK_ACCT_WRITE : BLOCK_ACCT_READ); in virtio_blk_handle_request()
863 is_write ? BLOCK_ACCT_WRITE : BLOCK_ACCT_READ); in virtio_blk_handle_request()
/openbmc/qemu/hw/ide/
H A Dmacio.c236 BLOCK_ACCT_WRITE); in pmac_ide_transfer()
H A Dcore.c1001 s->nsector * BDRV_SECTOR_SIZE, BLOCK_ACCT_WRITE); in ide_sector_start_dma()
1093 block_acct_invalid(blk_get_stats(s->blk), BLOCK_ACCT_WRITE); in ide_sector_write()
1100 n * BDRV_SECTOR_SIZE, BLOCK_ACCT_WRITE); in ide_sector_write()
H A Dahci.c1112 &ncq_tfs->sglist, BLOCK_ACCT_WRITE); in execute_ncq_command()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c652 dma_acct_start(s->qdev.conf.blk, &r->acct, r->req.sg, BLOCK_ACCT_WRITE); in scsi_write_data()
661 r->qiov.size, BLOCK_ACCT_WRITE); in scsi_write_data()
1900 data->iov.iov_len, BLOCK_ACCT_WRITE); in scsi_write_same_complete()
1950 BLOCK_ACCT_WRITE); in scsi_disk_emulate_write_same()
1975 data->iov.iov_len, BLOCK_ACCT_WRITE); in scsi_disk_emulate_write_same()
/openbmc/qemu/
H A Dqemu-io-cmds.c1622 block_acct_invalid(blk_get_stats(blk), BLOCK_ACCT_WRITE); in aio_write_f()
1690 block_acct_invalid(blk_get_stats(blk), BLOCK_ACCT_WRITE); in aio_write_f()
1697 BLOCK_ACCT_WRITE); in aio_write_f()
/openbmc/qemu/hw/nvme/
H A Ddif.c694 BLOCK_ACCT_WRITE); in nvme_dif_rw()
H A Dctrl.c3074 BLOCK_ACCT_WRITE); in nvme_copy_in_completed_cb()
3840 BLOCK_ACCT_WRITE); in nvme_do_write()
3851 block_acct_invalid(blk_get_stats(blk), BLOCK_ACCT_WRITE); in nvme_do_write()
4915 stats->units_written += s->nr_bytes[BLOCK_ACCT_WRITE]; in nvme_set_blk_stats()
4917 stats->write_commands += s->nr_ops[BLOCK_ACCT_WRITE]; in nvme_set_blk_stats()