Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/watchdog/
HDwatchdog.c185 error = kern_clock_gettime(curthread /* XXX */, in wdog_kern_pat()
230 error = kern_clock_gettime(td, CLOCK_MONOTONIC_FAST, &ts); in wd_get_time_left()
/freebsd-11-stable/sys/compat/cloudabi/
HDcloudabi_clock.c97 error = kern_clock_gettime(td, clockid, &ts); in cloudabi_clock_time_get()
/freebsd-11-stable/sys/compat/linux/
HDlinux_time.c302 error = kern_clock_gettime(td, nwhich, &tp); in linux_clock_gettime()
349 error = kern_clock_gettime(td, nwhich, &tp); in linux_clock_gettime()
358 error = kern_clock_gettime(td, nwhich, &tp); in linux_clock_gettime()
/freebsd-11-stable/sys/kern/
HDkern_time.c237 error = kern_clock_gettime(td, uap->clock_id, &ats); in sys_clock_gettime()
316 kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_gettime() function
535 error = kern_clock_gettime(td, clock_id, &now); in kern_clock_nanosleep()
HDkern_umtx.c809 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in abs_timeout_update()
/freebsd-11-stable/sys/sys/
HDsyscallsubr.h87 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c2371 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime()