Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_time.c871 if (itimerfix(&aitv->it_value) || in kern_setitimer()
876 else if (itimerfix(&aitv->it_interval) || in kern_setitimer()
1022 itimerfix(struct timeval *tv) in itimerfix() function
H A Dvfs_aio.c1970 if (itimerfix(&atv)) in kern_aio_suspend()
2545 if (itimerfix(&atv)) in kern_aio_waitcomplete()
/src/sys/sys/
H A Dtime.h577 int itimerfix(struct timeval *tv);
/src/sys/compat/linux/
H A Dlinux_misc.c252 if (itimerfix(&utv)) { in linux_select()
2129 if (itimerfix(&utv)) in linux_common_pselect6()
/src/sys/net/
H A Dbpf.c1444 if ((error = itimerfix(tv)) == 0) in bpfioctl()