Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtimer_queue.h56 extern boolean_t timer_resort_threshold(uint64_t);
H A Dthread_call.c2104 if (timer_resort_threshold(skew)) { in thread_call_delayed_timer_rescan()
H A Dtimer_call.c1062 if (timer_resort_threshold(skew)) { in timer_queue_expire_with_options()
/xnu-11215.1.10/osfmk/arm/
H A Darm_timer.c211 timer_resort_threshold(__unused uint64_t skew) in timer_resort_threshold() function
/xnu-11215.1.10/osfmk/i386/
H A Di386_timer.c323 timer_resort_threshold(uint64_t skew) in timer_resort_threshold() function