Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.c1796 uint64_t tcs_max_abstime = 0; in timer_call_slop() local
1802 timer_compute_leeway(cthread, urgency, &tcs_shift, &tcs_max_abstime, pratelimited); 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()