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()
873 struct timespec64 *end_time) in do_poll()
964 struct timespec64 *end_time) in do_sys_poll()
1040 struct timespec64 *to = NULL; in do_restart_poll()
1057 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE3()
1090 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5()
1116 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5()
1181 struct timespec64 *end_time) in compat_core_sys_select()
1254 struct timespec64 end_time, *to = NULL; in do_compat_select()
1303 struct timespec64 ts, end_time, *to = NULL; in do_compat_pselect()
1388 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5()
1414 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5()