Home
last modified time | relevance | path

Searched defs:maxevents (Results 1 – 4 of 4) sorted by relevance

/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/qemu/linux-user/
H A Dsyscall.c13397 int maxevents = arg3; in _syscall2() local