Home
last modified time | relevance | path

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

/qemu/include/block/
H A Daccounting.h118 double block_acct_queue_depth(BlockAcctTimedStats *stats,
/qemu/block/
H A Dqapi.c571 block_acct_queue_depth(ts, BLOCK_ACCT_READ); in bdrv_query_blk_stats()
573 block_acct_queue_depth(ts, BLOCK_ACCT_WRITE); in bdrv_query_blk_stats()
575 block_acct_queue_depth(ts, BLOCK_ACCT_ZONE_APPEND); in bdrv_query_blk_stats()
H A Daccounting.c286 double block_acct_queue_depth(BlockAcctTimedStats *stats, in block_acct_queue_depth() function