Searched defs:maxevents (Results 1 - 6 of 6) sorted by relevance
| /src/lib/libc/sys/ |
| H A D | epoll.c | 50 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) argument 56 epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, argument
|
| /src/sys/compat/netbsd32/ |
| H A D | netbsd32_epoll.c | 102 const int maxevents = SCARG(uap, maxevents); local in function:netbsd32_epoll_pwait2
|
| /src/sys/kern/ |
| H A D | sys_epoll.c | 455 const int maxevents = SCARG(uap, maxevents); local in function:sys_epoll_pwait2 381 epoll_wait_common(struct lwp * l,register_t * retval,int epfd,struct epoll_event * events,int maxevents,struct timespec * tsp,const sigset_t * nssp) argument [all...] |
| H A D | kern_event.c | 2268 kqueue_scan(file_t *fp, size_t maxevents, struct kevent *ulistp, argument
|
| /src/sys/compat/linux/common/ |
| H A D | linux_misc.c | 1888 linux_epoll_pwait2_common(struct lwp * l,register_t * retval,int epfd,struct linux_epoll_event * events,int maxevents,struct linux_timespec * timeout,const linux_sigset_t * sigmask) argument [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_interceptors.cc | 856 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, argument 871 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, argument
|
Completed in 12 milliseconds