Lines Matching refs:epollfd
303 static void uv__epoll_ctl_flush(int epollfd,
307 static void uv__epoll_ctl_prep(int epollfd,
528 static void uv__iou_init(int epollfd,
608 if (uv__epoll_ctl(epollfd, EPOLL_CTL_ADD, ringfd, &e))
1241 static void uv__epoll_ctl_prep(int epollfd,
1254 if (!uv__epoll_ctl(epollfd, op, fd, e))
1263 errno, fd, epollfd, __FILE__, __func__, __LINE__);
1272 errno, fd, epollfd, __FILE__, __func__, __LINE__);
1279 ret = uv__epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, e);
1285 errno, ret, fd, epollfd, __FILE__, __func__, __LINE__);
1301 sqe->fd = epollfd;
1308 uv__epoll_ctl_flush(epollfd, ctl, events);
1313 static void uv__epoll_ctl_flush(int epollfd,
1371 uv__epoll_ctl_prep(epollfd,
1399 int epollfd;
1433 epollfd = loop->backend_fd;
1451 uv__epoll_ctl_prep(epollfd, ctl, &prep, op, w->fd, &e);
1468 uv__epoll_ctl_flush(epollfd, ctl, &prep);
1483 nfds = epoll_pwait(epollfd, events, ARRAY_SIZE(events), timeout, sigmask);
1488 nfds = epoll_pwait(epollfd, events, ARRAY_SIZE(events), timeout, sigmask);
1552 uv__epoll_ctl_prep(epollfd, ctl, &prep, EPOLL_CTL_DEL, fd, pe);
1644 uv__epoll_ctl_flush(epollfd, ctl, &prep);