Lines Matching refs:ts

276 	struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec};  in poll_select_set_timeout()  local
278 if (!timespec64_valid(&ts)) in poll_select_set_timeout()
286 *to = timespec64_add_safe(*to, ts); in poll_select_set_timeout()
737 struct timespec64 ts, end_time, *to = NULL; in do_pselect() local
743 if (get_timespec64(&ts, tsp)) in do_pselect()
747 if (get_old_timespec32(&ts, tsp)) in do_pselect()
755 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_pselect()
1105 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
1109 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1113 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1131 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
1135 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1139 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1318 struct timespec64 ts, end_time, *to = NULL; in do_compat_pselect() local
1324 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1328 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1336 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1403 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1407 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1411 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()
1429 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1433 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1437 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()