Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c187 error = kern_clock_gettime(curthread /* XXX */, in wdog_kern_pat_sbt()
233 error = kern_clock_gettime(td, CLOCK_MONOTONIC_FAST, &ts); in wd_get_time_left()
/freebsd/sys/kern/
H A Dkern_time.c236 error = kern_clock_gettime(td, uap->clock_id, &ats); in sys_clock_gettime()
318 kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_gettime() function
573 error = kern_clock_gettime(td, clock_id, &now); in kern_clock_nanosleep()
1595 error = kern_clock_gettime(curthread, it->it_clockid, &cts); in realtimer_gettime()
1639 error = kern_clock_gettime(curthread, it->it_clockid, &cts); in realtimer_settime()
1711 error = kern_clock_gettime(curthread, it->it_clockid, &cts); in realtimer_expire_l()
H A Dkern_umtx.c689 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in umtx_abs_timeout_init()
793 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in umtx_abs_timeout_getsbt()
3757 kern_clock_gettime(curthread, timo.clockid, in do_sem2_wait()
/freebsd/sys/compat/linux/
H A Dlinux_time.c451 error = kern_clock_gettime(td, nwhich, tp); in linux_common_clock_gettime()
/freebsd/sys/sys/
H A Dsyscallsubr.h108 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3104 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime()