Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/ !
H A Dthread_policy_private.h264 thep_latency_qos :3, /* Timer latency QoS level */ member
/xnu-12377.1.9/osfmk/kperf/ !
H A Dthread_samplers.c165 thsc->kpthsc_effective_latency_qos = thread->effective_policy.thep_latency_qos; in kperf_thread_scheduling_sample()
/xnu-12377.1.9/osfmk/kern/ !
H A Dthread_policy.c1810 next.thep_latency_qos = latency_qos; in thread_policy_update_internal_spinlocked()
1829 next.thep_latency_qos = LATENCY_QOS_TIER_UNSPECIFIED; in thread_policy_update_internal_spinlocked()
2420 value = thread->effective_policy.thep_latency_qos; in proc_get_effective_thread_policy()
2487 …bits |= (effective.thep_latency_qos ? (((uint64_t)effective.thep_latency_qos) << POLICY_EFF_LA… in proc_get_thread_policy_bitfield()