Searched refs:EPOLL_CTL_DEL (Results 1 – 4 of 4) sorted by relevance
27 #define EPOLL_CTL_DEL 2 macro
134 result = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
262 if (op == EPOLL_CTL_DEL) in sys_oabi_epoll_ctl()
364 return op != EPOLL_CTL_DEL; in ep_op_has_event()2127 case EPOLL_CTL_DEL: in SYSCALL_DEFINE4()