Home
last modified time | relevance | path

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

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