Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/mach/
H A Dtask_policy.h240 tep_through_qos :3, /* Computation throughput QoS level */ member
/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c1038 next.tep_through_qos = through_qos; in task_policy_update_internal_locked()
1164 prev.tep_through_qos != next.tep_through_qos || in task_policy_update_internal_locked()
1746 value = task->effective_policy.tep_through_qos; in proc_get_effective_task_policy()
2363 …bits |= (effective.tep_through_qos ? (((uint64_t)effective.tep_through_qos) << POLICY_EFF_THR… in task_effective_bitfield()
H A Dthread_policy.c1740 through_qos = MAX(through_qos, task_effective.tep_through_qos); in thread_policy_update_internal_spinlocked()