Lines Matching refs:maxevents

1677 			  struct epoll_event __user *events, int maxevents)  in ep_send_events()  argument
1705 if (res >= maxevents) in ep_send_events()
1826 int maxevents, struct timespec64 *timeout) in ep_poll() argument
1864 res = ep_send_events(ep, events, maxevents); in ep_poll()
2284 int maxevents, struct timespec64 *to) in do_epoll_wait() argument
2291 if (maxevents <= 0 || maxevents > EP_MAX_EVENTS) in do_epoll_wait()
2295 if (!access_ok(events, maxevents * sizeof(struct epoll_event))) in do_epoll_wait()
2318 error = ep_poll(ep, events, maxevents, to); in do_epoll_wait()
2326 int, maxevents, int, timeout) in SYSCALL_DEFINE4() argument
2330 return do_epoll_wait(epfd, events, maxevents, in SYSCALL_DEFINE4()
2339 int maxevents, struct timespec64 *to, in do_epoll_pwait() argument
2352 error = do_epoll_wait(epfd, events, maxevents, to); in do_epoll_pwait()
2360 int, maxevents, int, timeout, const sigset_t __user *, sigmask, in SYSCALL_DEFINE6() argument
2365 return do_epoll_pwait(epfd, events, maxevents, in SYSCALL_DEFINE6()
2371 int, maxevents, const struct __kernel_timespec __user *, timeout, in SYSCALL_DEFINE6() argument
2384 return do_epoll_pwait(epfd, events, maxevents, to, in SYSCALL_DEFINE6()
2390 int maxevents, struct timespec64 *timeout, in do_compat_epoll_pwait() argument
2404 err = do_epoll_wait(epfd, events, maxevents, timeout); in do_compat_epoll_pwait()
2413 int, maxevents, int, timeout, in COMPAT_SYSCALL_DEFINE6() argument
2419 return do_compat_epoll_pwait(epfd, events, maxevents, in COMPAT_SYSCALL_DEFINE6()
2426 int, maxevents, in COMPAT_SYSCALL_DEFINE6() argument
2441 return do_compat_epoll_pwait(epfd, events, maxevents, to, in COMPAT_SYSCALL_DEFINE6()