EPOLL_CTL_DEL     259 arch/arm/kernel/sys_oabi-compat.c 	if (op == EPOLL_CTL_DEL)
EPOLL_CTL_DEL     134 arch/um/os-Linux/irq.c 	result = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event);
EPOLL_CTL_DEL     360 fs/eventpoll.c 	return op != EPOLL_CTL_DEL;
EPOLL_CTL_DEL    2228 fs/eventpoll.c 	case EPOLL_CTL_DEL:
EPOLL_CTL_DEL     150 tools/perf/bench/epoll-ctl.c 		error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL);
EPOLL_CTL_DEL     285 tools/testing/selftests/net/tcp_fastopen_backup_key.c 			if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL))