NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
EPOLL_MAX_DEPTH
sys/kern/sys_epoll.c
610
KASSERT(0 <= depth && depth <= EPOLL_MAX_DEPTH + 1);
sys/kern/sys_epoll.c
618
if (depth > EPOLL_MAX_DEPTH)