Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Deventpoll.c1718 struct epoll_event __user *events, int maxevents) in ep_send_events()
1867 int maxevents, struct timespec64 *timeout) in ep_poll()
2325 int maxevents, struct timespec64 *to) in do_epoll_wait()
2367 int, maxevents, int, timeout) in SYSCALL_DEFINE4() argument
2380 int maxevents, struct timespec64 *to, in do_epoll_pwait()
2401 int, maxevents, int, timeout, const sigset_t __user *, sigmask, in SYSCALL_DEFINE6() argument
2412 int, maxevents, const struct __kernel_timespec __user *, timeout, in SYSCALL_DEFINE6() argument
2431 int maxevents, struct timespec64 *timeout, in do_compat_epoll_pwait()
2454 int, maxevents, int, timeout, in COMPAT_SYSCALL_DEFINE6() argument
2467 int, maxevents, in COMPAT_SYSCALL_DEFINE6() argument
/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/
H A Depoll_wakeup_test.c31 int maxevents, in sys_epoll_pwait2()
/openbmc/qemu/linux-user/
H A Dsyscall.c13377 int maxevents = arg3; in _syscall2() local