Home
last modified time | relevance | path

Searched refs:poll_select_set_timeout (Results 1 – 2 of 2) sorted by relevance

/fs/
Dselect.c251 int poll_select_set_timeout(struct timespec *to, long sec, long nsec) in poll_select_set_timeout() function
572 if (poll_select_set_timeout(to, in SYSCALL_DEFINE5()
598 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_pselect()
866 poll_select_set_timeout(to, timeout_msecs / MSEC_PER_SEC, in SYSCALL_DEFINE3()
906 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
Dcompat.c1699 if (poll_select_set_timeout(to, in compat_sys_select()
1728 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1797 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in compat_sys_ppoll()