Searched defs:maxevents (Results 1 - 6 of 6) sorted by relevance

/src/lib/libc/sys/
H A Depoll.c50 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 Dnetbsd32_epoll.c102 const int maxevents = SCARG(uap, maxevents); local in function:netbsd32_epoll_pwait2
/src/sys/kern/
H A Dsys_epoll.c455 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 Dkern_event.c2268 kqueue_scan(file_t *fp, size_t maxevents, struct kevent *ulistp, argument
/src/sys/compat/linux/common/
H A Dlinux_misc.c1888 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 Dmsan_interceptors.cc856 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