Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c824 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
829 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
834 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
839 next.tep_qos_ceiling = THREAD_QOS_LEGACY; in task_policy_update_internal_locked()
845 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
850 next.tep_qos_ceiling = THREAD_QOS_UTILITY; in task_policy_update_internal_locked()
855 next.tep_qos_ceiling = THREAD_QOS_BACKGROUND; in task_policy_update_internal_locked()
862 next.tep_qos_ceiling = THREAD_QOS_LEGACY; in task_policy_update_internal_locked()
867 next.tep_qos_ceiling = THREAD_QOS_USER_INITIATED; in task_policy_update_internal_locked()
1161 prev.tep_qos_ceiling != next.tep_qos_ceiling || in task_policy_update_internal_locked()
[all …]
H A Dthread_policy.c1613 if (task_effective.tep_qos_ceiling != THREAD_QOS_UNSPECIFIED && in thread_policy_update_internal_spinlocked()
1615 next.thep_qos = MIN(task_effective.tep_qos_ceiling, next.thep_qos); in thread_policy_update_internal_spinlocked()
/xnu-8020.140.41/osfmk/mach/
H A Dtask_policy.h250tep_qos_ceiling :3, /* task qos ceiling (applies to only qos-participating… member