Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kern/
H A Dtimer_call.c684 boolean_t slop_ratelimited = FALSE; in timer_call_enter_internal() local
685 slop = timer_call_slop(deadline, ctime, urgency, current_thread(), &slop_ratelimited); in timer_call_enter_internal()
702 if (ratelimited || slop_ratelimited) { in timer_call_enter_internal()
720 if (!ratelimited && !slop_ratelimited) { in timer_call_enter_internal()