Home
last modified time | relevance | path

Searched refs:total_time_ns (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/block/
H A Daccounting.h88 uint64_t total_time_ns[BLOCK_MAX_IOTYPE]; member
/openbmc/qemu/block/
H A Dqapi.c529 ds->wr_total_time_ns = stats->total_time_ns[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
531 stats->total_time_ns[BLOCK_ACCT_ZONE_APPEND]; in bdrv_query_blk_stats()
532 ds->rd_total_time_ns = stats->total_time_ns[BLOCK_ACCT_READ]; in bdrv_query_blk_stats()
533 ds->flush_total_time_ns = stats->total_time_ns[BLOCK_ACCT_FLUSH]; in bdrv_query_blk_stats()
534 ds->unmap_total_time_ns = stats->total_time_ns[BLOCK_ACCT_UNMAP]; in bdrv_query_blk_stats()
H A Daccounting.c232 stats->total_time_ns[cookie->type] += latency_ns; in block_account_one_io()