Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c839 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 …]
H A Dthread_policy.c1688 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()
/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h102tep_qos_ceiling :3, /* task qos ceiling (applies to only qos-participating thr… member