Searched defs:end_time (Results 1 - 3 of 3) sorted by relevance

/fs/
H A Dselect.c289 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, argument
302 if (!end_time->tv_sec && !end_time->tv_nsec)
306 rts = timespec_sub(*end_time, rts);
399 int do_select(int n, fd_set_bits *fds, struct timespec *end_time) argument
419 if (end_time && !end_time->tv_sec && !end_time->tv_nsec) {
424 if (end_time && !timed_out)
425 slack = select_estimate_accuracy(end_time);
547 core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timespec *end_time) argument
625 struct timespec end_time, *to = NULL; local
651 struct timespec ts, end_time, *to = NULL; local
781 do_poll(unsigned int nfds, struct poll_list *list, struct poll_wqueues *wait, struct timespec *end_time) argument
870 do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, struct timespec *end_time) argument
939 struct timespec *to = NULL, end_time; local
960 struct timespec end_time, *to = NULL; local
996 struct timespec ts, end_time, *to = NULL; local
[all...]
H A Dcompat.c1101 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, argument
1113 if (!end_time->tv_sec && !end_time->tv_nsec)
1117 ts = timespec_sub(*end_time, ts);
1231 struct timespec *end_time)
1278 ret = do_select(n, &fds, end_time);
1304 struct timespec end_time, *to = NULL; local
1312 to = &end_time;
1320 ret = poll_select_copy_remaining(&end_time, tvp, 1, ret);
1351 struct timespec end_time, *t local
1229 compat_core_sys_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct timespec *end_time) argument
1420 struct timespec end_time, *to = NULL; local
[all...]
H A Deventpoll.c1599 struct timespec end_time = ep_set_mstimeout(timeout); local
1601 slack = select_estimate_accuracy(&end_time);
1603 *to = timespec_to_ktime(end_time);

Completed in 75 milliseconds