Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/linux-6.6.21/include/linux/
Deventpoll.h62 return op != EPOLL_CTL_DEL; in ep_op_has_event()
/linux-6.6.21/tools/thermal/lib/
Dmainloop.c95 if (epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL) < 0) in mainloop_del()
/linux-6.6.21/arch/um/os-Linux/
Dirq.c133 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
/linux-6.6.21/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c283 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
/linux-6.6.21/tools/perf/bench/
Depoll-ctl.c149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
/linux-6.6.21/fs/
Deventpoll.c2223 case EPOLL_CTL_DEL: in do_epoll_ctl()