Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c1903 int32_t tcs_shift = 0; in timer_call_slop() local
1910 timer_compute_leeway(cthread, urgency, &tcs_shift, &tcs_max_abstime, pratelimited); in timer_call_slop()
1912 if (tcs_shift >= 0) { in timer_call_slop()
1913 adjval = MIN((deadline - now) >> tcs_shift, tcs_max_abstime); in timer_call_slop()
1915 adjval = MIN((deadline - now) << (-tcs_shift), tcs_max_abstime); in timer_call_slop()