Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c7462 BdrvAioNotifier *baf, *baf_tmp; in bdrv_detach_aio_context() local
7467 QLIST_FOREACH_SAFE(baf, &bs->aio_notifiers, list, baf_tmp) { in bdrv_detach_aio_context()
7468 if (baf->deleted) { in bdrv_detach_aio_context()
7469 bdrv_do_remove_aio_context_notifier(baf); in bdrv_detach_aio_context()
7471 baf->detach_aio_context(baf->opaque); in bdrv_detach_aio_context()