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