Home
last modified time | relevance | path

Searched refs:epoll_ctl_add (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/testing/selftests/net/
H A Dbusy_poller.c181 static void epoll_ctl_add(int epfd, int fd, uint32_t events) in epoll_ctl_add() function
309 epoll_ctl_add(epfd, sockfd, EPOLLIN | EPOLLOUT | EPOLLET); in run_poller()
321 epoll_ctl_add(epfd, conn, in run_poller()