Searched defs:old_node (Results 1 – 5 of 5) sorted by relevance
97 fdmon_poll_update(AioContext * ctx,AioHandler * old_node,AioHandler * new_node) fdmon_poll_update() argument
35 fdmon_epoll_update(AioContext * ctx,AioHandler * old_node,AioHandler * new_node) fdmon_epoll_update() argument
136 fdmon_io_uring_update(AioContext * ctx,AioHandler * old_node,AioHandler * new_node) fdmon_io_uring_update() argument
73 AioHandler *old_node; in aio_set_fd_handler() local
137 struct node *merge_nodes(struct node *old_node, struct node *new_node) in merge_nodes()