Searched refs:kern_clock_gettime (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/dev/watchdog/ |
| HD | watchdog.c | 185 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/ |
| HD | cloudabi_clock.c | 97 error = kern_clock_gettime(td, clockid, &ts); in cloudabi_clock_time_get()
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_time.c | 302 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/ |
| HD | kern_time.c | 237 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()
|
| HD | kern_umtx.c | 809 kern_clock_gettime(curthread, timo->clockid, &timo->cur); in abs_timeout_update()
|
| /freebsd-11-stable/sys/sys/ |
| HD | syscallsubr.h | 87 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 2371 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime()
|