Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Daio-win32.c32 EventNotifierHandler *io_notify; member
136 EventNotifierHandler *io_notify, in aio_set_event_notifier() argument
150 if (!io_notify) { in aio_set_event_notifier()
166 node->io_notify = io_notify; in aio_set_event_notifier()
236 if (node->pfd.revents && node->io_notify) { in aio_pending()
270 node->io_notify) { in aio_dispatch_handlers()
272 node->io_notify(node->e); in aio_dispatch_handlers()
367 if (!node->deleted && node->io_notify) { in aio_poll()
/openbmc/qemu/io/
H A Dnet-listener.c146 if (listener->io_notify) { in qio_net_listener_set_client_func_full()
147 listener->io_notify(listener->io_data); in qio_net_listener_set_client_func_full()
151 listener->io_notify = notify; in qio_net_listener_set_client_func_full()
293 if (listener->io_notify) { in qio_net_listener_finalize()
294 listener->io_notify(listener->io_data); in qio_net_listener_finalize()
/openbmc/qemu/include/io/
H A Dnet-listener.h58 GDestroyNotify io_notify; member
/openbmc/linux/drivers/md/
H A Ddm-writecache.c472 struct io_notify { struct
480 struct io_notify *endio = context; in writecache_notify_io() argument
499 struct io_notify endio = { in ssd_commit_flushed()