Home
last modified time | relevance | path

Searched refs:EPOLL_MAX_EVENTS (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/kern/
H A Dsys_epoll.c205 KASSERT(n >= 0 && n < EPOLL_MAX_EVENTS); in epoll_kev_put_events()
223 KASSERT(n >= 0 && n < EPOLL_MAX_EVENTS); in epoll_kev_fetch_changes()
394 if (maxevents <= 0 || maxevents > EPOLL_MAX_EVENTS) in epoll_wait_common()
455 if (maxevents <= 0 || maxevents >= EPOLL_MAX_EVENTS) in sys_epoll_pwait2()
/netbsd/sys/sys/
H A Depoll.h58 #define EPOLL_MAX_EVENTS (4 * 1024 * 1024) macro
/netbsd/sys/compat/linux/common/
H A Dlinux_misc.c1815 if (maxevents <= 0 || maxevents > EPOLL_MAX_EVENTS) in linux_epoll_pwait2_common()