Lines Matching refs:end_time
1106 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, in poll_select_copy_remaining() argument
1118 if (!end_time->tv_sec && !end_time->tv_nsec) in poll_select_copy_remaining()
1122 ts = timespec_sub(*end_time, ts); in poll_select_copy_remaining()
1236 struct timespec *end_time) in compat_core_sys_select() argument
1283 ret = do_select(n, &fds, end_time); in compat_core_sys_select()
1309 struct timespec end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1317 to = &end_time; in COMPAT_SYSCALL_DEFINE5()
1325 ret = poll_select_copy_remaining(&end_time, tvp, 1, ret); in COMPAT_SYSCALL_DEFINE5()
1356 struct timespec end_time, *to = NULL; in do_compat_pselect() local
1363 to = &end_time; in do_compat_pselect()
1380 ret = poll_select_copy_remaining(&end_time, tsp, 0, ret); in do_compat_pselect()
1425 struct timespec end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
1432 to = &end_time; in COMPAT_SYSCALL_DEFINE5()
1466 ret = poll_select_copy_remaining(&end_time, tsp, 0, ret); in COMPAT_SYSCALL_DEFINE5()