Home
last modified time | relevance | path

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

/qemu/util/
H A Daio-win32.c39 static void aio_remove_fd_handler(AioContext *ctx, AioHandler *node) in aio_remove_fd_handler() function
127 aio_remove_fd_handler(ctx, old_node); in aio_set_fd_handler()
152 aio_remove_fd_handler(ctx, node); in aio_set_event_notifier()
H A Daio-posix.c71 static bool aio_remove_fd_handler(AioContext *ctx, AioHandler *node) in aio_remove_fd_handler() function
175 deleted = aio_remove_fd_handler(ctx, node); in aio_set_fd_handler()