Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Deventpoll.h66 return op != EPOLL_CTL_DEL; in ep_op_has_event()
/linux-6.15/include/uapi/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/linux-6.15/tools/thermal/lib/
H A Dmainloop.c81 if (epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL) < 0) in mainloop_del()
/linux-6.15/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.c86 CATCH_EINTR(r = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event)); in __ignore_sigio_fd()
/linux-6.15/tools/testing/selftests/net/
H A Dbusy_poller.c338 epoll_ctl(epfd, EPOLL_CTL_DEL, in run_poller()
H A Dtcp_fastopen_backup_key.c283 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
/linux-6.15/tools/perf/bench/
H A Depoll-ctl.c149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
/linux-6.15/fs/
H A Deventpoll.c2415 case EPOLL_CTL_DEL: in do_epoll_ctl()