Lines Matching defs:maxevents
1868 syscallarg(int) maxevents;
1875 SCARG(&ea, maxevents) = SCARG(uap, maxevents);
1889 struct linux_epoll_event *events, int maxevents,
1899 if (maxevents <= 0 || maxevents > EPOLL_MAX_EVENTS)
1918 eep = kmem_alloc(maxevents * sizeof(*eep), KM_SLEEP);
1920 error = epoll_wait_common(l, retval, epfd, eep, maxevents, tsp,
1935 kmem_free(eep, maxevents * sizeof(*eep));
1949 syscallarg(int) maxevents;
1966 SCARG(uap, events), SCARG(uap, maxevents), ltsp,
1981 syscallarg(int) maxevents;
1998 SCARG(uap, events), SCARG(uap, maxevents), ltsp,