Searched defs:end_time (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | select.c | 291 static int poll_select_copy_remaining(struct timespec64 *end_time, in poll_select_copy_remaining() 452 static int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select() 601 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 682 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE5() local 709 struct timespec64 ts64, end_time, *to = NULL; in do_pselect() local 841 struct timespec64 *end_time) in do_poll() 930 struct timespec64 *end_time) in do_sys_poll() 998 struct timespec64 *to = NULL, end_time; in do_restart_poll() local 1019 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE3() local 1056 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE5() local [all …]
|
D | eventpoll.c | 1767 struct timespec64 end_time = ep_set_mstimeout(timeout); in ep_poll() local
|