Searched defs:maxevents (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ |
H A D | eventpoll.c | 1718 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 D | EINTR_wrappers.c | 109 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 D | EINTR_wrappers.c | 136 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 D | epoll_wakeup_test.c | 31 int maxevents, in sys_epoll_pwait2()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 13377 int maxevents = arg3; in _syscall2() local
|