Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dtimer_call.h123 #define TIMER_CALL_LEEWAY TIMEOUT_URGENCY_LEEWAY macro
H A Dthread_call.c865 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LEEWAY, in _arm_delayed_call_timer()
H A Dtimer_call.c688 if ((flags & TIMER_CALL_LEEWAY) != 0 && leeway > slop) { in timer_call_enter_internal()