Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/Linux-v4.19/arch/um/os-Linux/
Dirq.c134 result = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
/Linux-v4.19/arch/arm/kernel/
Dsys_oabi-compat.c262 if (op == EPOLL_CTL_DEL) in sys_oabi_epoll_ctl()
/Linux-v4.19/fs/
Deventpoll.c364 return op != EPOLL_CTL_DEL; in ep_op_has_event()
2127 case EPOLL_CTL_DEL: in SYSCALL_DEFINE4()