Searched defs:maxevents (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/fs/ |
D | eventpoll.c | 1676 struct epoll_event __user *events, int maxevents) in ep_send_events() 1825 int maxevents, struct timespec64 *timeout) in ep_poll() 2283 int maxevents, struct timespec64 *to) in do_epoll_wait() 2325 int, maxevents, int, timeout) in SYSCALL_DEFINE4() argument 2338 int maxevents, struct timespec64 *to, in do_epoll_pwait() 2359 int, maxevents, int, timeout, const sigset_t __user *, sigmask, in SYSCALL_DEFINE6() argument 2370 int, maxevents, const struct __kernel_timespec __user *, timeout, in SYSCALL_DEFINE6() argument 2389 int maxevents, struct timespec64 *timeout, in do_compat_epoll_pwait() 2412 int, maxevents, int, timeout, in COMPAT_SYSCALL_DEFINE6() argument 2425 int, maxevents, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux-6.8/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 31 int maxevents, in sys_epoll_pwait2()
|