Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Deventpoll.h62 return op != EPOLL_CTL_DEL; in ep_op_has_event()
/openbmc/linux/include/uapi/linux/
H A Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/openbmc/linux/tools/thermal/lib/
H A Dmainloop.c95 if (epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL) < 0) in mainloop_del()
/openbmc/linux/arch/um/os-Linux/
H A Dirq.c133 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
/openbmc/qemu/util/
H A Dfdmon-epoll.c44 r = epoll_ctl(ctx->epollfd, EPOLL_CTL_DEL, old_node->pfd.fd, &event); in fdmon_epoll_update()
/openbmc/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()
/openbmc/linux/tools/perf/bench/
H A Depoll-ctl.c149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
/openbmc/linux/fs/
H A Deventpoll.c2259 case EPOLL_CTL_DEL: in do_epoll_ctl()
/openbmc/qemu/linux-user/
H A Dsyscall.c13219 if (arg2 != EPOLL_CTL_DEL) { in _syscall2()