Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dtimer_call.c1519 uint64_t scan_clamp = mach_absolute_time() + tlp->scan_interval; in timer_longterm_update_locked() local
1520 if (tlp->threshold.deadline_set < scan_clamp) { in timer_longterm_update_locked()
1521 tlp->threshold.deadline_set = scan_clamp; in timer_longterm_update_locked()