Lines Matching refs:timespec64
53 static long __estimate_accuracy(struct timespec64 *tv) in __estimate_accuracy()
76 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy()
79 struct timespec64 now; in select_estimate_accuracy()
271 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout()
273 struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout()
295 static int poll_select_finish(struct timespec64 *end_time, in poll_select_finish()
299 struct timespec64 rts; in poll_select_finish()
483 static noinline_for_stack int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select()
622 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select()
703 struct timespec64 end_time, *to = NULL; in kern_select()
733 struct timespec64 ts, end_time, *to = NULL; in do_pselect()
877 struct timespec64 *end_time) in do_poll()
968 struct timespec64 *end_time) in do_sys_poll()
1045 struct timespec64 *to = NULL, end_time; in do_restart_poll()
1065 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE3()
1099 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5()
1125 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5()
1190 struct timespec64 *end_time) in compat_core_sys_select()
1263 struct timespec64 end_time, *to = NULL; in do_compat_select()
1312 struct timespec64 ts, end_time, *to = NULL; in do_compat_pselect()
1397 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5()
1423 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5()