Searched refs:kern_clock_gettime (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/watchdog/ |
| D | watchdog.c | 170 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/ |
| D | linux_time.c | 262 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/ |
| D | syscallsubr.h | 87 int kern_clock_gettime(struct thread *td, clockid_t clock_id,
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_time.c | 240 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
|
| D | kern_umtx.c | 723 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/ |
| D | freebsd32_misc.c | 2389 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime()
|