Home
last modified time | relevance | path

Searched defs:ats (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_time.c232 struct timespec ats; in sys_clock_gettime() local
243 cputick2timespec(uint64_t runtime, struct timespec *ats) in cputick2timespec()
251 kern_thread_cputime(struct thread *targettd, struct timespec *ats) in kern_thread_cputime()
272 kern_process_cputime(struct proc *targetp, struct timespec *ats) in kern_process_cputime()
288 get_cputime(struct thread *td, clockid_t clock_id, struct timespec *ats) in get_cputime()
316 kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_gettime()
387 struct timespec ats; in sys_clock_settime() local
401 kern_clock_settime(struct thread *td, clockid_t clock_id, struct timespec *ats) in kern_clock_settime()
/f-stack/freebsd/amd64/vmm/amd/
H A Divrs_drv.c178 uint32_t end_id, uint8_t cfg, bool ats) in ivhd_dev_add_entry()