Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c918 const uint64_t time_limit = deadline + timer_scan_limit_abs; in timer_queue_expire_with_options() local
936 if (rescan == FALSE && now > time_limit) { in timer_queue_expire_with_options()
1367 uint64_t time_limit = time_start + tlp->scan_limit; in timer_longterm_scan() local
1443 if (mach_absolute_time() > time_limit) { in timer_longterm_scan()
1447 time_limit, tlp->queue.count); in timer_longterm_scan()