Searched refs:maxevents (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/ |
| H A D | eventpoll.c | 1880 if (res >= maxevents) in ep_send_events() 1993 res = ep_send_events(ep, events, maxevents); in ep_try_send_events() 2466 int maxevents) in ep_check_params() argument 2469 if (maxevents <= 0 || maxevents > EP_MAX_EVENTS) in ep_check_params() 2487 int maxevents) in epoll_sendevents() argument 2511 int maxevents, struct timespec64 *to) in do_epoll_wait() argument 2532 return ep_poll(ep, events, maxevents, to); in do_epoll_wait() 2536 int, maxevents, int, timeout) in SYSCALL_DEFINE4() argument 2549 int maxevents, struct timespec64 *to, in do_epoll_pwait() argument 2623 int, maxevents, int, timeout, in COMPAT_SYSCALL_DEFINE6() argument [all …]
|
| /linux-6.15/io_uring/ |
| H A D | epoll.c | 25 int maxevents; member 74 iew->maxevents = READ_ONCE(sqe->len); in io_epoll_wait_prep() 84 ret = epoll_sendevents(req->file, iew->events, iew->maxevents); in io_epoll_wait()
|
| /linux-6.15/include/linux/ |
| H A D | eventpoll.h | 30 int maxevents);
|
| H A D | compat.h | 586 int maxevents, int timeout, 591 int maxevents,
|
| H A D | syscalls.h | 380 int maxevents, int timeout, 384 int maxevents, 1095 int maxevents, int timeout);
|
| /linux-6.15/Documentation/networking/ |
| H A D | napi.rst | 343 by choosing an appropriate value for ``maxevents``.
|
| /linux-6.15/tools/testing/selftests/filesystems/epoll/ |
| H A D | epoll_wakeup_test.c | 31 int maxevents, in sys_epoll_pwait2() argument 35 return syscall(__NR_epoll_pwait2, fd, events, maxevents, timeout, in sys_epoll_pwait2()
|