Home
last modified time | relevance | path

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

/qemu/docs/spin/
A Daio_notify_accept.promela2 * This model describes the interaction between ctx->notified
26 bool notified;
50 notified = 1;
54 :: !notified -> event = 1;
57 notified = 1;
60 notified = 1;
82 atomic { old = notified; notified = 0; } \
/qemu/util/
A Dasync.c495 qatomic_set(&ctx->notified, true); in aio_notify()
509 qatomic_set(&ctx->notified, false); in aio_notify_accept()
542 return qatomic_read(&ctx->notified); in aio_context_notifier_poll()
A Daio-posix.c651 if (qatomic_read(&ctx->notified)) { in aio_poll()
/qemu/docs/specs/
A Dpvpanic.rst6 management apps (e.g. libvirt) to be notified and respond to the event.
A Drocker.rst480 Non-I/O asynchronous events from the device are notified to the host using the
/qemu/include/block/
A Daio.h199 bool notified; member
/qemu/docs/system/i386/
A Dhyperv.rst146 (0x40000108) MSRs allowing the guest to get notified when TSC frequency changes
/qemu/docs/devel/
A Dmulti-process.rst847 devices sharing an irq to be notified when the interrupt has been

Completed in 30 milliseconds