Searched defs:end_time (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | select.c | 290 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, in poll_select_copy_remaining() 400 int do_select(int n, fd_set_bits *fds, struct timespec *end_time) in do_select() 549 fd_set __user *exp, struct timespec *end_time) in core_sys_select() 633 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE5() local 659 struct timespec ts, end_time, *to = NULL; in do_pselect() local 790 struct poll_wqueues *wait, struct timespec *end_time) in do_poll() 879 struct timespec *end_time) in do_sys_poll() 947 struct timespec *to = NULL, end_time; in do_restart_poll() local 968 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE3() local 1004 struct timespec ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
|
D | compat.c | 1106 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p, in poll_select_copy_remaining() 1236 struct timespec *end_time) in compat_core_sys_select() 1309 struct timespec end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local 1356 struct timespec end_time, *to = NULL; in do_compat_pselect() local 1425 struct timespec end_time, *to = NULL; in COMPAT_SYSCALL_DEFINE5() local
|
D | eventpoll.c | 1605 struct timespec end_time = ep_set_mstimeout(timeout); in ep_poll() local
|