Home
last modified time | relevance | path

Searched refs:BlockAcctType (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/block/
H A Daccounting.h35 enum BlockAcctType { enum
100 enum BlockAcctType type;
111 int64_t bytes, enum BlockAcctType type);
114 void block_acct_invalid(BlockAcctStats *stats, enum BlockAcctType type);
115 void block_acct_merge_done(BlockAcctStats *stats, enum BlockAcctType type,
119 enum BlockAcctType type);
120 int block_latency_histogram_set(BlockAcctStats *stats, enum BlockAcctType type,
/openbmc/qemu/block/
H A Daccounting.c106 int64_t bytes, enum BlockAcctType type) in block_acct_start()
159 int block_latency_histogram_set(BlockAcctStats *stats, enum BlockAcctType type, in block_latency_histogram_set()
254 void block_acct_invalid(BlockAcctStats *stats, enum BlockAcctType type) in block_acct_invalid()
271 void block_acct_merge_done(BlockAcctStats *stats, enum BlockAcctType type, in block_acct_merge_done()
287 enum BlockAcctType type) in block_acct_queue_depth()
/openbmc/qemu/include/sysemu/
H A Ddma.h309 QEMUSGList *sg, enum BlockAcctType type);
/openbmc/qemu/system/
H A Ddma-helpers.c318 QEMUSGList *sg, enum BlockAcctType type) in dma_acct_start()