Searched defs:end_time (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | select.c | 289 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, in poll_select_copy_remaining() 398 int do_select(int n, fd_set_bits *fds, struct timespec *end_time) in do_select() 520 fd_set __user *exp, struct timespec *end_time) in core_sys_select() 597 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE5() local 623 struct timespec ts, end_time, *to = NULL; in do_pselect() local 749 struct poll_wqueues *wait, struct timespec *end_time) in do_poll() 820 struct timespec *end_time) in do_sys_poll() 888 struct timespec *to = NULL, end_time; in do_restart_poll() local 909 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE3() local 945 struct timespec ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
|
D | compat.c | 1091 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, in poll_select_copy_remaining() 1221 struct timespec *end_time) in compat_core_sys_select() 1294 struct timespec end_time, *to = NULL; in compat_sys_select() local 1341 struct timespec end_time, *to = NULL; in do_compat_pselect() local 1410 struct timespec end_time, *to = NULL; in compat_sys_ppoll() local
|
D | eventpoll.c | 1564 struct timespec end_time = ep_set_mstimeout(timeout); in ep_poll() local
|