Lines Matching refs:timeout
2024 int maxevents, struct timespec64 *timeout) in ep_poll() argument
2033 if (timeout && (timeout->tv_sec | timeout->tv_nsec)) { in ep_poll()
2034 slack = select_estimate_accuracy(timeout); in ep_poll()
2036 *to = timespec64_to_ktime(*timeout); in ep_poll()
2037 } else if (timeout) { in ep_poll()
2564 int, maxevents, int, timeout) in SYSCALL_DEFINE4() argument
2569 ep_timeout_to_timespec(&to, timeout)); in SYSCALL_DEFINE4()
2598 int, maxevents, int, timeout, const sigset_t __user *, sigmask, in SYSCALL_DEFINE6() argument
2604 ep_timeout_to_timespec(&to, timeout), in SYSCALL_DEFINE6()
2609 int, maxevents, const struct __kernel_timespec __user *, timeout, in SYSCALL_DEFINE6() argument
2614 if (timeout) { in SYSCALL_DEFINE6()
2615 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6()
2628 int maxevents, struct timespec64 *timeout, in do_compat_epoll_pwait() argument
2642 err = do_epoll_wait(epfd, events, maxevents, timeout); in do_compat_epoll_pwait()
2651 int, maxevents, int, timeout, in COMPAT_SYSCALL_DEFINE6() argument
2658 ep_timeout_to_timespec(&to, timeout), in COMPAT_SYSCALL_DEFINE6()
2665 const struct __kernel_timespec __user *, timeout, in COMPAT_SYSCALL_DEFINE6() argument
2671 if (timeout) { in COMPAT_SYSCALL_DEFINE6()
2672 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()