Searched refs:EPOLL_CTL_MOD (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | eventpoll.h | 28 #define EPOLL_CTL_MOD 3 macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | irq.c | 117 result = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &event); in os_mod_epoll_fd()
|
/openbmc/qemu/util/ |
H A D | fdmon-epoll.c | 49 r = epoll_ctl(ctx->epollfd, EPOLL_CTL_MOD, new_node->pfd.fd, &event); in fdmon_epoll_update()
|
/openbmc/linux/tools/perf/bench/ |
H A D | epoll-ctl.c | 146 error = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &ev); in do_epoll_op()
|
H A D | epoll-wait.c | 227 ret = epoll_ctl(efd, EPOLL_CTL_MOD, fd, &ev); in workerfn()
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 2196 if (op == EPOLL_CTL_MOD) in do_epoll_ctl() 2276 case EPOLL_CTL_MOD: in do_epoll_ctl()
|
/openbmc/linux/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3102 epoll_ctl(ctx->efd[0], EPOLL_CTL_MOD, ctx->sfd[0], &e); in epoll59_thread()
|