Home
last modified time | relevance | path

Searched refs:maxevents (Results 1 – 8 of 8) sorted by relevance

/linux/fs/
H A Deventpoll.c1764 struct epoll_event __user *events, int maxevents) in ep_send_events() argument
1792 if (res >= maxevents) in ep_send_events()
1896 struct epoll_event __user *events, int maxevents) in ep_try_send_events() argument
1905 res = ep_send_events(ep, events, maxevents); in ep_try_send_events()
1937 int maxevents, struct timespec64 *timeout) in ep_poll() argument
1970 res = ep_try_send_events(ep, events, maxevents); in ep_poll()
2396 int maxevents) in ep_check_params() argument
2399 if (maxevents <= 0 || maxevents > EP_MAX_EVENTS) in ep_check_params()
2403 if (!access_ok(evs, maxevents * sizeof(struct epoll_event))) in ep_check_params()
2417 int maxevents) in epoll_sendevents() argument
[all …]
/linux/io_uring/
H A Depoll.c25 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/include/linux/
H A Deventpoll.h30 int maxevents);
H A Dcompat.h586 int maxevents, int timeout,
591 int maxevents,
H A Dsyscalls.h387 int maxevents, int timeout,
391 int maxevents,
1108 int maxevents, int timeout);
/linux/Documentation/translations/zh_CN/networking/
H A Dnapi.rst280 该值。基于 epoll 的忙轮询应用程序可以通过为 ``maxevents`` 选择合适的值来减少用户
/linux/Documentation/networking/
H A Dnapi.rst345 by choosing an appropriate value for ``maxevents``.
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c31 int maxevents, in sys_epoll_pwait2() argument
35 return syscall(__NR_epoll_pwait2, fd, events, maxevents, timeout, in sys_epoll_pwait2()