Searched refs:cupsd_epoll_events (Results 1 – 1 of 1) sorted by relevance
207 static struct epoll_event *cupsd_epoll_events = NULL; variable458 nfds = epoll_wait(cupsd_epoll_fd, cupsd_epoll_events, MaxFDs, in cupsdDoSelect()461 nfds = epoll_wait(cupsd_epoll_fd, cupsd_epoll_events, MaxFDs, -1); in cupsdDoSelect()470 for (i = nfds, event = cupsd_epoll_events; i > 0; i --, event ++) in cupsdDoSelect()803 cupsd_epoll_events = calloc((size_t)MaxFDs, sizeof(struct epoll_event)); in cupsdStartSelect()863 if (cupsd_epoll_events) in cupsdStopSelect()865 free(cupsd_epoll_events); in cupsdStopSelect()866 cupsd_epoll_events = NULL; in cupsdStopSelect()