Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/watchdog/
H A Dwatchdog.c186 error = kern_clock_gettime(curthread /* XXX */, in wdog_kern_pat()
231 error = kern_clock_gettime(td, CLOCK_MONOTONIC_FAST, &ts); in wd_get_time_left()
/freebsd-14.2/sys/kern/
H A Dkern_time.c237 error = kern_clock_gettime(td, uap->clock_id, &ats); in sys_clock_gettime()
319 kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_gettime() function
543 error = kern_clock_gettime(td, clock_id, &now); in kern_clock_nanosleep()
H A Dkern_umtx.c681 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in umtx_abs_timeout_init()
783 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in umtx_abs_timeout_getsbt()
3748 kern_clock_gettime(curthread, timo.clockid, in do_sem2_wait()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_time.c451 error = kern_clock_gettime(td, nwhich, tp); in linux_common_clock_gettime()
/freebsd-14.2/sys/sys/
H A Dsyscallsubr.h105 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3042 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime()