Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dselect.c273 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout() function
712 if (poll_select_set_timeout(to, in kern_select()
751 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_pselect()
1072 poll_select_set_timeout(to, timeout_msecs / MSEC_PER_SEC, in SYSCALL_DEFINE3()
1109 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1135 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1274 if (poll_select_set_timeout(to, in do_compat_select()
1332 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1407 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()
1433 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()
Deventpoll.c2289 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE6()
2346 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE6()
/Linux-v5.15/include/linux/
Dpoll.h122 extern int poll_select_set_timeout(struct timespec64 *to, time64_t sec,
/Linux-v5.15/arch/alpha/kernel/
Dosf_sys.c1050 if (poll_select_set_timeout(to, tv.tv_sec, tv.tv_nsec)) in SYSCALL_DEFINE5()
/Linux-v5.15/net/
Dsocket.c2730 poll_select_set_timeout(&end_time, timeout->tv_sec, in do_recvmmsg()