Searched refs:EPOLL_CTL_MOD (Results 1 – 6 of 6) sorted by relevance
/linux/include/uapi/linux/ |
A D | eventpoll.h | 28 #define EPOLL_CTL_MOD 3 macro
|
/linux/arch/um/os-Linux/ |
A D | irq.c | 117 result = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &event); in os_mod_epoll_fd()
|
/linux/tools/perf/bench/ |
A D | epoll-ctl.c | 145 error = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &ev); in do_epoll_op()
|
A D | epoll-wait.c | 226 ret = epoll_ctl(efd, EPOLL_CTL_MOD, fd, &ev); in workerfn()
|
/linux/fs/ |
A D | eventpoll.c | 2070 if (op == EPOLL_CTL_MOD) in do_epoll_ctl() 2144 case EPOLL_CTL_MOD: in do_epoll_ctl()
|
/linux/tools/testing/selftests/filesystems/epoll/ |
A D | epoll_wakeup_test.c | 3102 epoll_ctl(ctx->efd[0], EPOLL_CTL_MOD, ctx->sfd[0], &e); in epoll59_thread()
|
Completed in 20 milliseconds