Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c250 if (itimerfix(&utv)) { in linux_select()
255 utv.tv_sec += utv.tv_usec / 1000000; in linux_select()
258 utv.tv_sec -= 1; in linux_select()
261 if (utv.tv_sec < 0) in linux_select()
262 timevalclear(&utv); in linux_select()
265 tvp = &utv; in linux_select()
285 if (utv.tv_sec < 0) in linux_select()
286 timevalclear(&utv); in linux_select()
288 timevalclear(&utv); in linux_select()
2130 tvp = &utv; in linux_common_pselect6()
[all …]