Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/watchdog/
Dwatchdog.c170 error = kern_clock_gettime(curthread /* XXX */, in wdog_kern_pat()
215 error = kern_clock_gettime(td, CLOCK_MONOTONIC_FAST, &ts); in wd_get_time_left()
/freebsd-10-stable/sys/compat/linux/
Dlinux_time.c262 error = kern_clock_gettime(td, nwhich, &tp); in linux_clock_gettime()
309 error = kern_clock_gettime(td, nwhich, &tp); in linux_clock_gettime()
318 error = kern_clock_gettime(td, nwhich, &tp); in linux_clock_gettime()
/freebsd-10-stable/sys/sys/
Dsyscallsubr.h87 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
/freebsd-10-stable/sys/kern/
Dkern_time.c240 error = kern_clock_gettime(td, uap->clock_id, &ats); in sys_clock_gettime()
317 kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_gettime() function
Dkern_umtx.c723 kern_clock_gettime(curthread, clockid, &timo->end); in abs_timeout_init()
728 kern_clock_gettime(curthread, clockid, &timo->cur); in abs_timeout_init()
744 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in abs_timeout_update()
/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c2389 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime()