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()
736 struct timespec64 ts, end_time, *to = NULL; in do_pselect() local
742 if (get_timespec64(&ts, tsp)) in do_pselect()
746 if (get_old_timespec32(&ts, tsp)) in do_pselect()
754 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_pselect()
1104 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
1108 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1112 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1130 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
1134 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1138 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1317 struct timespec64 ts, end_time, *to = NULL; in do_compat_pselect() local
1323 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1327 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1335 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1402 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1406 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1410 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()
1428 struct timespec64 ts, end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1432 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
1436 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()