Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtimer_call.c1294 uint64_t longterm_threshold; in timer_longterm_enqueue_unlocked() local
1296 longterm_threshold = now + tlp->threshold.interval; in timer_longterm_enqueue_unlocked()
1306 (deadline <= longterm_threshold)) { in timer_longterm_enqueue_unlocked()