Lines Matching refs:ts
275 struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout() local
277 if (!timespec64_valid(&ts)) in poll_select_set_timeout()
285 *to = timespec64_add_safe(*to, ts); in poll_select_set_timeout()
733 struct timespec64 ts, end_time, *to = NULL; in do_pselect() local
739 if (get_timespec64(&ts, tsp)) in do_pselect()
743 if (get_old_timespec32(&ts, tsp)) in do_pselect()
751 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_pselect()
1085 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
1089 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1093 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1111 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
1115 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1119 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1298 struct timespec64 ts, end_time, *to = NULL; in do_compat_pselect() local
1304 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1308 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1316 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1377 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1381 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1385 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()
1403 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1407 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1411 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()