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