Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Deventpoll.h70 return op != EPOLL_CTL_DEL; in ep_op_has_event()
/kernel/linux/linux-6.6/include/linux/
H A Deventpoll.h62 return op != EPOLL_CTL_DEL; in ep_op_has_event()
/kernel/liteos_a/fs/vfs/include/
H A Depoll.h60 #define EPOLL_CTL_DEL 2 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Deventpoll.h26 #define EPOLL_CTL_DEL 2 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Deventpoll.h26 #define EPOLL_CTL_DEL 2 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Deventpoll.h12 #define EPOLL_CTL_DEL 2 macro
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dirq.c134 result = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dirq.c133 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
/kernel/linux/linux-6.6/tools/thermal/lib/
H A Dmainloop.c95 if (epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL) < 0) in mainloop_del()
/kernel/liteos_a/fs/vfs/epoll/
H A Dfs_epoll.c273 case EPOLL_CTL_DEL: in epoll_ctl()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c285 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Depoll-ctl.c149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Depoll-ctl.c149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c59 * during epoll_ctl(EPOLL_CTL_DEL) and during eventpoll_release_file().
65 * close()d without a previous call to epoll_ctl(EPOLL_CTL_DEL).
2273 case EPOLL_CTL_DEL: in do_epoll_ctl()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c59 * during epoll_ctl(EPOLL_CTL_DEL) and during eventpoll_release_file().
2223 case EPOLL_CTL_DEL: in do_epoll_ctl()

Completed in 12 milliseconds