HomeSort by: relevance | last modified time | path
    Searched refs:maxevents (Results 1 - 24 of 24) sorted by relevancy

  /src/lib/libc/sys/
epoll.c 50 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
52 return epoll_pwait(epfd, events, maxevents, timeout, NULL);
56 epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout,
68 return epoll_pwait2(epfd, events, maxevents, tsp, sigmask);
  /src/sys/sys/
epoll.h 85 struct epoll_event *events, int maxevents, struct timespec *tsp,
93 int epoll_wait(int epfd, struct epoll_event *events, int maxevents,
95 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents,
97 int epoll_pwait2(int epfd, struct epoll_event *events, int maxevents,
syscallargs.h 3398 syscallarg(int) maxevents; member in struct:sys_epoll_pwait2_args
  /src/sys/compat/netbsd32/
netbsd32_epoll.c 94 syscallarg(int) maxevents;
102 const int maxevents = SCARG(uap, maxevents); local
104 if (maxevents <= 0 || maxevents >= EPOLL_MAX_EVENTS)
128 events = kmem_alloc(maxevents * sizeof(*events), KM_SLEEP);
131 maxevents, tsp, ssp);
147 kmem_free(events, maxevents * sizeof(*events));
netbsd32_syscallargs.h 2824 syscallarg(int) maxevents; member in struct:netbsd32_epoll_pwait2_args
netbsd32_systrace_args.c 3749 iarg[2] = SCARG(p, maxevents); /* int */
  /src/sys/kern/
sys_epoll.c 382 struct epoll_event *events, int maxevents, struct timespec *tsp,
396 if (maxevents <= 0 || maxevents > EPOLL_MAX_EVENTS)
421 maxevents, tsp, &k_ops);
447 syscallarg(int) maxevents;
455 const int maxevents = SCARG(uap, maxevents); local
457 if (maxevents <= 0 || maxevents >= EPOLL_MAX_EVENTS)
478 events = kmem_alloc(maxevents * sizeof(*events), KM_SLEEP)
    [all...]
kern_event.c 2265 * Scan through the list of events on fp (for a maximum of maxevents),
2271 kqueue_scan(file_t *fp, size_t maxevents, struct kevent *ulistp,
2287 count = maxevents;
2297 *retval = maxevents;
2396 if (count == maxevents) {
2529 *retval = maxevents - count;
systrace_args.c 3932 iarg[2] = SCARG(p, maxevents); /* int */
  /src/sys/compat/linux/common/
linux_misc.c 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;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 1213 #define __sanitizer_syscall_pre_epoll_wait(epfd, events, maxevents, timeout) \
1215 (long)(maxevents), (long)(timeout))
1216 #define __sanitizer_syscall_post_epoll_wait(res, epfd, events, maxevents, \
1219 (long)(maxevents), (long)(timeout))
1220 #define __sanitizer_syscall_pre_epoll_pwait(epfd, events, maxevents, timeout, \
1223 (long)(epfd), (long)(events), (long)(maxevents), (long)(timeout), \
1225 #define __sanitizer_syscall_post_epoll_pwait(res, epfd, events, maxevents, \
1228 res, (long)(epfd), (long)(events), (long)(maxevents), (long)(timeout), \
2692 long maxevents, long timeout);
2694 long maxevents, long timeout)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 856 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents,
859 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout);
871 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents,
874 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 974 syscallarg(int) maxevents; member in struct:linux_sys_epoll_wait_args
1253 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1437 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 944 syscallarg(int) maxevents; member in struct:linux_sys_epoll_wait_args
1144 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1335 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
linux_systrace_args.c 1643 iarg[2] = SCARG(p, maxevents); /* int */
1945 iarg[2] = SCARG(p, maxevents); /* int */
2195 iarg[2] = SCARG(p, maxevents); /* int */
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 940 syscallarg(int) maxevents; member in struct:linux_sys_epoll_wait_args
1217 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1413 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
linux_systrace_args.c 1632 iarg[2] = SCARG(p, maxevents); /* int */
2043 iarg[2] = SCARG(p, maxevents); /* int */
2298 iarg[2] = SCARG(p, maxevents); /* int */
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 987 syscallarg(int) maxevents; member in struct:linux_sys_epoll_wait_args
1256 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1423 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
linux_systrace_args.c 1695 iarg[2] = SCARG(p, maxevents); /* int */
2096 iarg[2] = SCARG(p, maxevents); /* int */
2316 iarg[2] = SCARG(p, maxevents); /* int */
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 934 syscallarg(int) maxevents; member in struct:linux_sys_epoll_wait_args
1208 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1394 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 981 syscallarg(int) maxevents; member in struct:linux_sys_epoll_wait_args
1255 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1439 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 878 syscallarg(int) maxevents; member in struct:linux_sys_epoll_wait_args
1134 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1328 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 151 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait_args
1169 syscallarg(int) maxevents; member in struct:linux_sys_epoll_pwait2_args
linux_systrace_args.c 167 iarg[2] = SCARG(p, maxevents); /* int */
1884 iarg[2] = SCARG(p, maxevents); /* int */

Completed in 65 milliseconds