Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_sleep.c115 TIMESPEC_TO_TIMEVAL(&tv, delay); in do_select()
130 TIMESPEC_TO_TIMEVAL(&tv, delay); in do_poll()
144 TIMESPEC_TO_TIMEVAL(&tv, delay); in do_sleep()
/freebsd-12-stable/sys/sys/
Dtimespec.h48 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
/freebsd-12-stable/usr.sbin/watchdogd/
Dwatchdogd.c299 TIMESPEC_TO_TIMEVAL(&tv_start, tp_start); in watchdog_check_dogfunction_time()
300 TIMESPEC_TO_TIMEVAL(&tv_end, tp_end); in watchdog_check_dogfunction_time()
330 TIMESPEC_TO_TIMEVAL(&tv_now, &tp_now); in watchdog_check_dogfunction_time()
/freebsd-12-stable/crypto/openssh/
Ddefines.h523 #ifndef TIMESPEC_TO_TIMEVAL
524 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/freebsd-12-stable/contrib/mtree/
Dcompare.c331 TIMESPEC_TO_TIMEVAL(&tv[0], &s->st_mtimespec); in compare()
332 TIMESPEC_TO_TIMEVAL(&tv[1], &ps->st_mtimespec); in compare()
/freebsd-12-stable/sys/arm/nvidia/
Dtegra_rtc.c155 TIMESPEC_TO_TIMEVAL(&tv, ts); in tegra_rtc_settime()
/freebsd-12-stable/sys/dev/watchdog/
Dwatchdog.c101 TIMESPEC_TO_TIMEVAL(&tv, &ts); in pow2ns_to_ticks()
/freebsd-12-stable/sys/kern/
Dkern_time.c417 TIMESPEC_TO_TIMEVAL(&atv, ats); in kern_clock_settime()
1562 TIMESPEC_TO_TIMEVAL(&tv, &ts); in realtimer_settime()
1641 TIMESPEC_TO_TIMEVAL(&tv, &ts); in realtimer_expire()
1653 TIMESPEC_TO_TIMEVAL(&tv, &ts); in realtimer_expire()
Dkern_thr.c529 TIMESPEC_TO_TIMEVAL(&tv, tsp); in kern_thr_suspend()
Duipc_sem.c847 TIMESPEC_TO_TIMEVAL(&tv, &ts1); in kern_sem_wait()
Duipc_mqueue.c1745 TIMESPEC_TO_TIMEVAL(&tv, &ts2); in mqueue_send()
1896 TIMESPEC_TO_TIMEVAL(&tv, &ts2); in mqueue_receive()
Dvfs_aio.c1881 TIMESPEC_TO_TIMEVAL(&atv, ts); in kern_aio_suspend()
2402 TIMESPEC_TO_TIMEVAL(&atv, ts); in kern_aio_waitcomplete()
Dsys_generic.c853 TIMESPEC_TO_TIMEVAL(&tv, &ts); in sys_pselect()
Dkern_sig.c1309 TIMESPEC_TO_TIMEVAL(&tv, &ts); in kern_sigtimedwait()
Dkern_umtx.c735 TIMESPEC_TO_TIMEVAL(&tv, tsp); in tstohz()
/freebsd-12-stable/contrib/openbsm/libauditd/
Dauditd_lib.c509 TIMESPEC_TO_TIMEVAL(&tv[0], in auditd_expire_trails()
511 TIMESPEC_TO_TIMEVAL(&tv[1], in auditd_expire_trails()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dbsd-misc.c249 TIMESPEC_TO_TIMEVAL(&time2wait, req) in nanosleep()
/freebsd-12-stable/sys/compat/linux/
Dlinux_event.c1289 TIMESPEC_TO_TIMEVAL(&tv, &ts); in linux_timerfd_settime()
1330 TIMESPEC_TO_TIMEVAL(&tv, &ts); in linux_timerfd_expire()
1340 TIMESPEC_TO_TIMEVAL(&tv, &ts); in linux_timerfd_expire()
Dlinux_misc.c2194 TIMESPEC_TO_TIMEVAL(&utv, &uts); in linux_pselect6()
/freebsd-12-stable/sys/mips/ingenic/
Djz4780_smb.c81 TIMESPEC_TO_TIMEVAL(&tv, tsp); in tstohz()
/freebsd-12-stable/sys/netsmb/
Dsmb_trantcp.c234 TIMESPEC_TO_TIMEVAL(&tv, &nbp->nbp_timo); in nbssn_rq_request()
/freebsd-12-stable/contrib/unbound/util/
Dnetevent.c1043 TIMESPEC_TO_TIMEVAL(&rep.c->recv_tv, ts);
1047 TIMESPEC_TO_TIMEVAL(&rep.c->recv_tv, ts);
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c603 TIMESPEC_TO_TIMEVAL(&tv, &ts); in freebsd32_pselect()