Lines Matching refs:maxevents
1638 struct epoll_event __user *events, int maxevents) in ep_send_events() argument
1666 if (res >= maxevents) in ep_send_events()
1783 int maxevents, struct timespec64 *timeout) in ep_poll() argument
1821 res = ep_send_events(ep, events, maxevents); in ep_poll()
2222 int maxevents, struct timespec64 *to) in do_epoll_wait() argument
2229 if (maxevents <= 0 || maxevents > EP_MAX_EVENTS) in do_epoll_wait()
2233 if (!access_ok(events, maxevents * sizeof(struct epoll_event))) in do_epoll_wait()
2256 error = ep_poll(ep, events, maxevents, to); in do_epoll_wait()
2264 int, maxevents, int, timeout) in SYSCALL_DEFINE4() argument
2268 return do_epoll_wait(epfd, events, maxevents, in SYSCALL_DEFINE4()
2277 int maxevents, struct timespec64 *to, in do_epoll_pwait() argument
2290 error = do_epoll_wait(epfd, events, maxevents, to); in do_epoll_pwait()
2298 int, maxevents, int, timeout, const sigset_t __user *, sigmask, in SYSCALL_DEFINE6() argument
2303 return do_epoll_pwait(epfd, events, maxevents, in SYSCALL_DEFINE6()
2309 int, maxevents, const struct __kernel_timespec __user *, timeout, in SYSCALL_DEFINE6() argument
2322 return do_epoll_pwait(epfd, events, maxevents, to, in SYSCALL_DEFINE6()
2328 int maxevents, struct timespec64 *timeout, in do_compat_epoll_pwait() argument
2342 err = do_epoll_wait(epfd, events, maxevents, timeout); in do_compat_epoll_pwait()
2351 int, maxevents, int, timeout, in COMPAT_SYSCALL_DEFINE6() argument
2357 return do_compat_epoll_pwait(epfd, events, maxevents, in COMPAT_SYSCALL_DEFINE6()
2364 int, maxevents, in COMPAT_SYSCALL_DEFINE6() argument
2379 return do_compat_epoll_pwait(epfd, events, maxevents, to, in COMPAT_SYSCALL_DEFINE6()