Lines Matching refs:ringfd
541 int ringfd;
559 ringfd = uv__io_uring_setup(entries, ¶ms);
560 if (ringfd == -1)
587 ringfd,
594 ringfd,
606 e.data.fd = ringfd;
608 if (uv__epoll_ctl(epollfd, EPOLL_CTL_ADD, ringfd, &e))
627 iou->ringfd = ringfd;
646 uv__close(ringfd);
651 if (iou->ringfd != -1) {
654 uv__close(iou->ringfd);
655 iou->ringfd = -1;
664 lfields->ctl.ringfd = -1;
665 lfields->iou.ringfd = -1;
798 if (iou->ringfd == -1)
839 if (uv__io_uring_enter(iou->ringfd, 0, 0, UV__IORING_ENTER_SQ_WAKEUP))
1228 rc = uv__io_uring_enter(iou->ringfd, 0, 0, UV__IORING_ENTER_GETEVENTS);
1253 if (ctl->ringfd == -1) {
1326 assert(ctl->ringfd != -1);
1331 rc = uv__io_uring_enter(ctl->ringfd, n, n, UV__IORING_ENTER_GETEVENTS);
1466 if (ctl->ringfd != -1)
1530 if (fd == iou->ringfd) {
1642 if (ctl->ringfd != -1)