Searched refs:EPOLL_CTL_DEL (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | eventpoll.h | 62 return op != EPOLL_CTL_DEL; in ep_op_has_event()
|
/openbmc/linux/include/uapi/linux/ |
H A D | eventpoll.h | 27 #define EPOLL_CTL_DEL 2 macro
|
/openbmc/linux/tools/thermal/lib/ |
H A D | mainloop.c | 95 if (epoll_ctl(epfd, EPOLL_CTL_DEL, fd, NULL) < 0) in mainloop_del()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | irq.c | 133 return epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
|
/openbmc/qemu/util/ |
H A D | fdmon-epoll.c | 44 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 D | tcp_fastopen_backup_key.c | 283 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
|
/openbmc/linux/tools/perf/bench/ |
H A D | epoll-ctl.c | 149 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op()
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 2259 case EPOLL_CTL_DEL: in do_epoll_ctl()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 13233 if (arg2 != EPOLL_CTL_DEL) { in _syscall2()
|