Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.c1709 tcoal_qos_adjust(thread_t t, int32_t *tshift, uint64_t *tmax_abstime, boolean_t *pratelimited) in tcoal_qos_adjust() argument
1722 *tmax_abstime = tcoal_prio_params.latency_qos_abstime_max[latency_qos - 1]; in tcoal_qos_adjust()
1739 timer_compute_leeway(thread_t cthread, int32_t urgency, int32_t *tshift, uint64_t *tmax_abstime, bo… in timer_compute_leeway() argument
1746 *tmax_abstime = tcoal_prio_params.timer_coalesce_rt_abstime_max; in timer_compute_leeway()
1751 if (tcoal_qos_adjust(cthread, tshift, tmax_abstime, pratelimited)) { in timer_compute_leeway()
1752 if (*tmax_abstime > tcoal_prio_params.timer_coalesce_bg_abstime_max) { in timer_compute_leeway()
1759 *tmax_abstime = tcoal_prio_params.timer_coalesce_bg_abstime_max; in timer_compute_leeway()
1763 *tmax_abstime = tcoal_prio_params.timer_coalesce_kt_abstime_max; in timer_compute_leeway()
1767 *tmax_abstime = tcoal_prio_params.timer_coalesce_fp_abstime_max; in timer_compute_leeway()
1769 } else if (tcoal_qos_adjust(cthread, tshift, tmax_abstime, pratelimited)) { in timer_compute_leeway()
[all …]