Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtimer_call.c1828 tcoal_qos_adjust(thread_t t, int32_t *tshift, uint64_t *tmax_abstime, boolean_t *pratelimited) in tcoal_qos_adjust() argument
1840 *tshift = tcoal_prio_params.latency_qos_scale[latency_qos - 1]; in tcoal_qos_adjust()
1858 timer_compute_leeway(thread_t cthread, int32_t urgency, int32_t *tshift, uint64_t *tmax_abstime, bo… in timer_compute_leeway() argument
1871 *tshift = tcoal_prio_params.timer_coalesce_rt_shift; in timer_compute_leeway()
1877 if (tcoal_qos_adjust(cthread, tshift, tmax_abstime, pratelimited)) { in timer_compute_leeway()
1884 *tshift = tcoal_prio_params.timer_coalesce_bg_shift; in timer_compute_leeway()
1888 *tshift = tcoal_prio_params.timer_coalesce_kt_shift; in timer_compute_leeway()
1892 *tshift = tcoal_prio_params.timer_coalesce_fp_shift; in timer_compute_leeway()
1895 } else if (tcoal_qos_adjust(cthread, tshift, tmax_abstime, pratelimited)) { in timer_compute_leeway()
1898 *tshift = tcoal_prio_params.timer_coalesce_ts_shift; in timer_compute_leeway()
[all …]