Searched refs:bdrv_co_debug_event (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-io.h | 242 bdrv_co_debug_event(BlockDriverState *bs, BlkdebugEvent event); 250 bdrv_co_debug_event(child->bs, evt); \
|
H A D | block_int-common.h | 773 void coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_debug_event)( member
|
/openbmc/qemu/block/ |
H A D | io.c | 1266 bdrv_co_debug_event(bs, BLKDBG_COR_WRITE); in bdrv_co_do_copy_on_readv() 1527 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_HEAD); in bdrv_padding_rmw_read() 1530 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_TAIL); in bdrv_padding_rmw_read() 1538 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_HEAD); in bdrv_padding_rmw_read() 1541 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_TAIL); in bdrv_padding_rmw_read() 1552 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_TAIL); in bdrv_padding_rmw_read() 1560 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_TAIL); in bdrv_padding_rmw_read() 2104 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_ZERO); in bdrv_aligned_pwritev() 2110 bdrv_co_debug_event(bs, BLKDBG_PWRITEV); in bdrv_aligned_pwritev() 2113 bdrv_co_debug_event(bs, BLKDBG_PWRITEV); in bdrv_aligned_pwritev() [all …]
|
H A D | blkdebug.c | 1092 .bdrv_co_debug_event = blkdebug_co_debug_event,
|
/openbmc/qemu/ |
H A D | block.c | 6611 void coroutine_fn bdrv_co_debug_event(BlockDriverState *bs, BlkdebugEvent event) in bdrv_co_debug_event() function 6616 if (!bs || !bs->drv || !bs->drv->bdrv_co_debug_event) { in bdrv_co_debug_event() 6620 bs->drv->bdrv_co_debug_event(bs, event); in bdrv_co_debug_event()
|