Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_MOD (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Deventpoll.h28 #define EPOLL_CTL_MOD 3 macro
/linux-6.15/arch/um/os-Linux/
H A Dirq.c117 result = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &event); in os_mod_epoll_fd()
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_epoll_oneshot.pkt50 +0 epoll_ctl(5, EPOLL_CTL_MOD, 4, {events=EPOLLOUT|EPOLLONESHOT, fd=4}) = 0
/linux-6.15/tools/perf/bench/
H A Depoll-ctl.c146 error = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &ev); in do_epoll_op()
H A Depoll-wait.c227 ret = epoll_ctl(efd, EPOLL_CTL_MOD, fd, &ev); in workerfn()
/linux-6.15/fs/
H A Deventpoll.c2347 if (op == EPOLL_CTL_MOD) in do_epoll_ctl()
2427 case EPOLL_CTL_MOD: in do_epoll_ctl()
/linux-6.15/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3102 epoll_ctl(ctx->efd[0], EPOLL_CTL_MOD, ctx->sfd[0], &e); in epoll59_thread()