Home
last modified time | relevance | path

Searched defs:epfd (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
Dreuseport_dualstack.c
Dreuseport_bpf_cpu.c
Dreuseport_bpf_numa.c
Dreuseport_addr_any.c
Dtxtimestamp.c
Dtcp_fastopen_backup_key.c
Dreuseport_bpf.c
/openbmc/linux/io_uring/
Depoll.c
/openbmc/linux/tools/thermal/lib/
Dmainloop.c
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c109 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in sigwrap_epoll_wait()
144 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sig… in sigwrap_epoll_pwait()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c136 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in sigwrap_epoll_wait()
171 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sig… in sigwrap_epoll_pwait()
/openbmc/linux/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c
/openbmc/qemu/linux-user/
H A Dsyscall.c13396 int epfd = arg1; in _syscall2() local