Searched refs:old_it (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c197 struct itimerval it, old_it; local
219 error = kern_setitimer(td, ITIMER_REAL, &it, &old_it);
222 if ((old_it.it_value.tv_sec == 0 && old_it.it_value.tv_usec > 0) ||
223 old_it.it_value.tv_usec >= 500000)
224 old_it.it_value.tv_sec++;
225 td->td_retval[0] = old_it.it_value.tv_sec;

Completed in 101 milliseconds