Home
last modified time | relevance | path

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

/openbmc/qemu/docs/spin/
H A Daio_notify.promela3 * and aio_notify().
11 * spin -p docs/aio_notify.promela
14 * spin -a docs/aio_notify.promela
19 * spin -a -DBUG docs/aio_notify.promela
71 // aio_notify
H A Daio_notify_bug.promela2 * This model describes a bug in aio_notify. If ctx->notifier is
/openbmc/qemu/util/
H A Dasync.c96 aio_notify(ctx); in aio_bh_enqueue()
485 void aio_notify(AioContext *ctx) in aio_notify() function
518 aio_notify(opaque); in aio_timerlist_notify()
H A Daio-posix.c174 aio_notify(ctx); in aio_set_fd_handler()
777 aio_notify(ctx); in aio_context_set_poll_params()
789 aio_notify(ctx); in aio_context_set_aio_params()
H A Daio-win32.c130 aio_notify(ctx); in aio_set_fd_handler()
169 aio_notify(ctx); in aio_set_event_notifier()
/openbmc/qemu/tests/unit/
H A Dtest-thread-pool.c160 aio_notify(ctx); in do_test_cancel()
H A Dtest-aio.c507 aio_notify(ctx); in test_source_flush()
/openbmc/qemu/include/block/
H A Daio.h363 void aio_notify(AioContext *ctx);
/openbmc/qemu/
H A Diothread.c379 aio_notify(iothread->ctx); in iothread_get_g_main_context()
/openbmc/qemu/monitor/
H A Dmonitor.c544 aio_notify(iothread_get_aio_context(mon_iothread)); in monitor_suspend()