Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/linux/tools/thermal/lib/
H A Dmainloop.c81 if (epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL) < 0) in mainloop_del()
/linux/arch/um/os-Linux/
H A Dirq.c133 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
H A Dsigio.c87 CATCH_EINTR(r = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event)); in __ignore_sigio_fd()
/linux/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c283 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
/linux/tools/perf/bench/
H A Depoll-ctl.c149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()