Lines Matching refs:thread_qos_policy_params
70 const qos_policy_params_t thread_qos_policy_params = { variable
235 int prio_range_max = thread_qos_policy_params.qos_pri[qos]; in thread_qos_scaled_relative_priority()
236 int prio_range_min = next_lower_qos ? thread_qos_policy_params.qos_pri[next_lower_qos] : 0; in thread_qos_scaled_relative_priority()
730 return (uint8_t)thread_qos_policy_params.qos_pri[qos]; in thread_workq_pri_for_qos()
737 if (priority > thread_qos_policy_params.qos_pri[THREAD_QOS_USER_INTERACTIVE]) { in thread_workq_qos_for_pri()
744 if (thread_qos_policy_params.qos_pri[qos - 1] < priority) { in thread_workq_qos_for_pri()
1054 priority = thread_qos_policy_params.qos_pri[qos]; in thread_recompute_priority()
1691 iopol = MAX(iopol, thread_qos_policy_params.qos_iotier[next.thep_qos]); in thread_policy_update_internal_spinlocked()
1704 int next_qos_iotier = thread_qos_policy_params.qos_iotier[next.thep_qos]; in thread_policy_update_internal_spinlocked()
1705 int req_qos_iotier = thread_qos_policy_params.qos_iotier[requested.thrp_qos]; in thread_policy_update_internal_spinlocked()
1723 latency_qos = MAX(latency_qos, thread_qos_policy_params.qos_latency_qos[next.thep_qos]); in thread_policy_update_internal_spinlocked()
1734 through_qos = MAX(through_qos, thread_qos_policy_params.qos_through_qos[next.thep_qos]); in thread_policy_update_internal_spinlocked()
2983 if (thread_qos_policy_params.qos_pri[qos] <= priority) { in thread_user_promotion_qos_for_pri()