Home
last modified time | relevance | path

Searched refs:EPOLLONESHOT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_epoll_oneshot.pkt5 // EPOLLONESHOT is set.
8 // is correctly fired only once, when EPOLLONESHOT is set. send another packet
28 {events=EPOLLOUT|EPOLLET|EPOLLONESHOT, fd=4}) = 0
50 +0 epoll_ctl(5, EPOLL_CTL_MOD, 4, {events=EPOLLOUT|EPOLLONESHOT, fd=4}) = 0
/linux/include/uapi/linux/
H A Deventpoll.h66 #define EPOLLONESHOT ((__force __poll_t)(1U << 30)) macro
/linux/tools/perf/bench/
H A Depoll-wait.c53 * or rearming it (EPOLLONESHOT).
139 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
226 ev.events |= EPOLLIN | EPOLLONESHOT; in workerfn()
302 events |= EPOLLONESHOT; in do_threads()
491 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); in bench_epoll_wait()