Home
last modified time | relevance | path

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

/linux/fs/
A 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()
A 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/include/linux/
A Dpoll.h122 extern int poll_select_set_timeout(struct timespec64 *to, time64_t sec,
/linux/arch/alpha/kernel/
A Dosf_sys.c1050 if (poll_select_set_timeout(to, tv.tv_sec, tv.tv_nsec)) in SYSCALL_DEFINE5()
/linux/net/
A Dsocket.c2730 poll_select_set_timeout(&end_time, timeout->tv_sec, in do_recvmmsg()
/linux/
A DSystem.map8887 ffff800010263c10 T poll_select_set_timeout
A D.tmp_System.map8887 ffff800010263c10 T poll_select_set_timeout

Completed in 312 milliseconds