Lines Matching refs:timespec64

52 static long __estimate_accuracy(struct timespec64 *tv)  in __estimate_accuracy()
75 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy()
78 struct timespec64 now; in select_estimate_accuracy()
273 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout()
275 struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout()
297 static int poll_select_finish(struct timespec64 *end_time, in poll_select_finish()
301 struct timespec64 rts; in poll_select_finish()
476 static 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()
882 struct timespec64 *end_time) in do_poll()
971 struct timespec64 *end_time) in do_sys_poll()
1047 struct timespec64 *to = NULL, end_time; in do_restart_poll()
1067 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE3()
1101 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5()
1127 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5()
1192 struct timespec64 *end_time) in compat_core_sys_select()
1265 struct timespec64 end_time, *to = NULL; in do_compat_select()
1314 struct timespec64 ts, end_time, *to = NULL; in do_compat_pselect()
1399 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5()
1425 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5()