Searched refs:kern_clock_gettime (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/watchdog/ |
H A D | watchdog.c | 187 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 D | kern_time.c | 236 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 D | kern_umtx.c | 689 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 D | linux_time.c | 451 error = kern_clock_gettime(td, nwhich, tp); in linux_common_clock_gettime()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 108 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 3104 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime()
|