Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dselect.c261 * poll_select_set_timeout - helper function to setup the timeout value in poll_schedule_timeout()
271 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec)
713 if (poll_select_set_timeout(to, in kern_select()
752 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_pselect()
1073 poll_select_set_timeout(to, timeout_msecs / MSEC_PER_SEC, in SYSCALL_DEFINE3()
1110 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1136 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1275 if (poll_select_set_timeout(to, in do_compat_select()
1333 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1408 if (poll_select_set_timeout(t in COMPAT_SYSCALL_DEFINE5()
274 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) poll_select_set_timeout() function
[all...]
H A Deventpoll.c2421 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE6()
2478 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE6()
/openbmc/linux/include/linux/
H A Dpoll.h124 extern int poll_select_set_timeout(struct timespec64 *to, time64_t sec,
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1049 if (poll_select_set_timeout(to, tv.tv_sec, tv.tv_nsec)) in SYSCALL_DEFINE5()
/openbmc/linux/net/
H A Dsocket.c2916 poll_select_set_timeout(&end_time, timeout->tv_sec, in do_recvmmsg()