Home
last modified time | relevance | path

Searched refs:scan_clamp (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.c1446 uint64_t scan_clamp = mach_absolute_time() + tlp->scan_interval; in timer_longterm_update_locked() local
1447 if (tlp->threshold.deadline_set < scan_clamp) { in timer_longterm_update_locked()
1448 tlp->threshold.deadline_set = scan_clamp; in timer_longterm_update_locked()