Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dtimer_call.c1795 int32_t tcs_shift = 0; in timer_call_slop() local
1802 timer_compute_leeway(cthread, urgency, &tcs_shift, &tcs_max_abstime, pratelimited); in timer_call_slop()
1804 if (tcs_shift >= 0) { in timer_call_slop()
1805 adjval = MIN((deadline - now) >> tcs_shift, tcs_max_abstime); in timer_call_slop()
1807 adjval = MIN((deadline - now) << (-tcs_shift), tcs_max_abstime); in timer_call_slop()