Searched refs:notified (Results 1 – 8 of 8) sorted by relevance
2 * This model describes the interaction between ctx->notified26 bool notified;50 notified = 1;54 :: !notified -> event = 1;57 notified = 1;60 notified = 1;82 atomic { old = notified; notified = 0; } \
495 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()
651 if (qatomic_read(&ctx->notified)) { in aio_poll()
6 management apps (e.g. libvirt) to be notified and respond to the event.
480 Non-I/O asynchronous events from the device are notified to the host using the
199 bool notified; member
146 (0x40000108) MSRs allowing the guest to get notified when TSC frequency changes
847 devices sharing an irq to be notified when the interrupt has been
Completed in 30 milliseconds