Home
last modified time | relevance | path

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

/fs/
Dselect.c907 int, timeout_msecs) in SYSCALL_DEFINE3() argument
912 if (timeout_msecs >= 0) { in SYSCALL_DEFINE3()
914 poll_select_set_timeout(to, timeout_msecs / MSEC_PER_SEC, in SYSCALL_DEFINE3()
915 NSEC_PER_MSEC * (timeout_msecs % MSEC_PER_SEC)); in SYSCALL_DEFINE3()
928 if (timeout_msecs >= 0) { in SYSCALL_DEFINE3()