Searched refs:EPOLL_CTL_DEL (Results 1 – 9 of 9) sorted by relevance
10 #if defined(EPOLL_CTL_DEL) || (defined(HAVE_DECL_EPOLL_CTL_DEL) && HAVE_DECL_EPOLL_CTL_DEL)11 XLAT(EPOLL_CTL_DEL),
3 EPOLL_CTL_DEL
26 #define EPOLL_CTL_DEL 2 macro
513 #ifdef EPOLL_CTL_DEL in sys_epoll_ctl()514 (tcp->u_arg[1] != EPOLL_CTL_DEL) && in sys_epoll_ctl()
34 * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument.
328 op = EPOLL_CTL_DEL; in epoll_del()
561 if (epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, fd, &ee)) { in DelFD()
320 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) { in eloop_sock_table_remove_sock()
1070 107524 epoll_ctl event parameter checked on EPOLL_CTL_DEL