Searched defs:epoll_fd (Results 1 – 7 of 7) sorted by relevance
174 #define PROTECT_FUNC(fn, errval, epoll_fd) ( \ argument205 int epoll_fd = -1; in test_epoll_create() local387 int test_epoll_ctl(int epoll_fd) in test_epoll_ctl()691 int epoll_fd; in main() local
59 int epoll_fd; member235 int epoll_fd; in epoll_setup() local
360 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd() local
213 int udev_fd, epoll_fd; in wait_for_hdcp_event() local
203 int epoll_fd; member1166 int epoll_fd = -1; local
71 int epoll_fd; member
303 let epoll_fd = unsafe { epoll_create1(EPOLL_CLOEXEC) }; in new() localVariable