Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtimer_queue.h71 extern uint64_t timer_call_slop(
136 extern uint64_t timer_call_slop(
H A Dtimer_call.c656 slop = timer_call_slop(deadline, ctime, urgency, current_thread(), &slop_ratelimited); in timer_call_enter_internal()
1793 timer_call_slop(uint64_t deadline, uint64_t now, uint32_t flags, thread_t cthread, boolean_t *prate… in timer_call_slop() function
H A Dthread_call.c1245 uint64_t slop = timer_call_slop(deadline, now, urgency, current_thread(), &ratelimited); in thread_call_enter_delayed_internal()