Searched refs:EPOLL_CTL_DEL (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | eventpoll.h | 66 return op != EPOLL_CTL_DEL; in ep_op_has_event()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | eventpoll.h | 27 #define EPOLL_CTL_DEL 2 macro
|
| /linux-6.15/tools/thermal/lib/ |
| H A D | mainloop.c | 81 if (epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL) < 0) in mainloop_del()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | irq.c | 133 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
|
| H A D | sigio.c | 86 CATCH_EINTR(r = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event)); in __ignore_sigio_fd()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | busy_poller.c | 338 epoll_ctl(epfd, EPOLL_CTL_DEL, in run_poller()
|
| H A D | tcp_fastopen_backup_key.c | 283 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
|
| /linux-6.15/tools/perf/bench/ |
| H A D | epoll-ctl.c | 149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
|
| /linux-6.15/fs/ |
| H A D | eventpoll.c | 2415 case EPOLL_CTL_DEL: in do_epoll_ctl()
|