Lines Matching refs:timespec
50 static long __estimate_accuracy(struct timespec *tv) in __estimate_accuracy()
73 long select_estimate_accuracy(struct timespec *tv) in select_estimate_accuracy()
76 struct timespec now; in select_estimate_accuracy()
272 int poll_select_set_timeout(struct timespec *to, long sec, long nsec) in poll_select_set_timeout()
274 struct timespec ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout()
289 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, in poll_select_copy_remaining()
292 struct timespec rts; in poll_select_copy_remaining()
399 int do_select(int n, fd_set_bits *fds, struct timespec *end_time) in do_select()
548 fd_set __user *exp, struct timespec *end_time) in core_sys_select()
625 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE5()
647 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
651 struct timespec ts, end_time, *to = NULL; in do_pselect()
701 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6()
782 struct poll_wqueues *wait, struct timespec *end_time) in do_poll()
871 struct timespec *end_time) in do_sys_poll()
939 struct timespec *to = NULL, end_time; in do_restart_poll()
960 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE3()
992 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5()
996 struct timespec ts, end_time, *to = NULL; in SYSCALL_DEFINE5()