Searched refs:timer_call_slop (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | timer_queue.h | 71 extern uint64_t timer_call_slop( 136 extern uint64_t timer_call_slop(
|
| H A D | timer_call.c | 656 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 D | thread_call.c | 1245 uint64_t slop = timer_call_slop(deadline, now, urgency, current_thread(), &ratelimited); in thread_call_enter_delayed_internal()
|