Searched refs:maxevents (Results 1 – 2 of 2) sorted by relevance
/arch/arm/kernel/ |
D | sys_oabi-compat.c | 276 int maxevents, int timeout) in sys_oabi_epoll_wait() argument 282 if (maxevents <= 0 || maxevents > (INT_MAX/sizeof(struct epoll_event))) in sys_oabi_epoll_wait() 284 kbuf = kmalloc(sizeof(*kbuf) * maxevents, GFP_KERNEL); in sys_oabi_epoll_wait() 289 ret = sys_epoll_wait(epfd, kbuf, maxevents, timeout); in sys_oabi_epoll_wait()
|
/arch/s390/kernel/ |
D | compat_wrapper.c | 168 COMPAT_SYSCALL_WRAP4(epoll_wait, int, epfd, struct epoll_event __user *, events, int, maxevents, in…
|