Searched refs:tep_qos_ceiling (Results 1 – 3 of 3) sorted by relevance
839 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()844 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()849 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()854 next.tep_qos_ceiling = THREAD_QOS_LEGACY; in task_policy_update_internal_locked()859 next.tep_qos_ceiling = THREAD_QOS_USER_INITIATED; in task_policy_update_internal_locked()865 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()870 next.tep_qos_ceiling = THREAD_QOS_UTILITY; in task_policy_update_internal_locked()876 next.tep_qos_ceiling = THREAD_QOS_BACKGROUND; in task_policy_update_internal_locked()883 next.tep_qos_ceiling = THREAD_QOS_LEGACY; in task_policy_update_internal_locked()888 next.tep_qos_ceiling = THREAD_QOS_USER_INITIATED; in task_policy_update_internal_locked()[all …]
1688 if (task_effective.tep_qos_ceiling != THREAD_QOS_UNSPECIFIED && in thread_policy_update_internal_spinlocked()1690 next.thep_qos = MIN(task_effective.tep_qos_ceiling, next.thep_qos); in thread_policy_update_internal_spinlocked()
102 …tep_qos_ceiling :3, /* task qos ceiling (applies to only qos-participating thr… member