Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtimer_queue.h56 extern boolean_t timer_resort_threshold(uint64_t);
H A Dthread_call.c2103 if (timer_resort_threshold(skew)) { in thread_call_delayed_timer_rescan()
H A Dtimer_call.c1049 if (timer_resort_threshold(skew)) { in timer_queue_expire_with_options()
/xnu-8796.121.2/osfmk/arm/
H A Darm_timer.c203 timer_resort_threshold(__unused uint64_t skew) in timer_resort_threshold() function
/xnu-8796.121.2/osfmk/i386/
H A Di386_timer.c314 timer_resort_threshold(uint64_t skew) in timer_resort_threshold() function