Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dselect.c274 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout() function
716 if (poll_select_set_timeout(to, in kern_select()
755 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_pselect()
1076 poll_select_set_timeout(to, timeout_msecs / MSEC_PER_SEC, in SYSCALL_DEFINE3()
1113 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1139 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE5()
1278 if (poll_select_set_timeout(to, in do_compat_select()
1336 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1411 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()
1437 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE5()
Deventpoll.c2318 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in SYSCALL_DEFINE6()
2375 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in COMPAT_SYSCALL_DEFINE6()
/Linux-v6.1/include/linux/
Dpoll.h120 extern int poll_select_set_timeout(struct timespec64 *to, time64_t sec,
/Linux-v6.1/arch/alpha/kernel/
Dosf_sys.c1051 if (poll_select_set_timeout(to, tv.tv_sec, tv.tv_nsec)) in SYSCALL_DEFINE5()
/Linux-v6.1/net/
Dsocket.c2803 poll_select_set_timeout(&end_time, timeout->tv_sec, in do_recvmmsg()