Lines Matching refs:thread_qos_policy_params
77 const qos_policy_params_t thread_qos_policy_params = { variable
242 int prio_range_max = thread_qos_policy_params.qos_pri[qos]; in thread_qos_scaled_relative_priority()
243 int prio_range_min = next_lower_qos ? thread_qos_policy_params.qos_pri[next_lower_qos] : 0; in thread_qos_scaled_relative_priority()
775 return (uint8_t)thread_qos_policy_params.qos_pri[qos]; in thread_workq_pri_for_qos()
782 if (priority > thread_qos_policy_params.qos_pri[THREAD_QOS_USER_INTERACTIVE]) { in thread_workq_qos_for_pri()
789 if (thread_qos_policy_params.qos_pri[qos - 1] < priority) { in thread_workq_qos_for_pri()
1098 priority = thread_qos_policy_params.qos_pri[qos]; in thread_recompute_priority()
1772 iopol = MAX(iopol, thread_qos_policy_params.qos_iotier[next.thep_qos]); in thread_policy_update_internal_spinlocked()
1788 int next_qos_iotier = thread_qos_policy_params.qos_iotier[next.thep_qos]; in thread_policy_update_internal_spinlocked()
1789 int req_qos_iotier = thread_qos_policy_params.qos_iotier[requested.thrp_qos]; in thread_policy_update_internal_spinlocked()
1807 latency_qos = MAX(latency_qos, thread_qos_policy_params.qos_latency_qos[next.thep_qos]); in thread_policy_update_internal_spinlocked()
1818 through_qos = MAX(through_qos, thread_qos_policy_params.qos_through_qos[next.thep_qos]); in thread_policy_update_internal_spinlocked()
3121 if (thread_qos_policy_params.qos_pri[qos] <= priority) { in thread_user_promotion_qos_for_pri()