Home
last modified time | relevance | path

Searched refs:thrp_ext_iotier (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h235 thrp_ext_iotier :2, member
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c1776 iopol = MAX(iopol, requested.thrp_ext_iotier); in thread_policy_update_internal_spinlocked()
2080 requested.thrp_ext_iotier = tier; in thread_set_requested_policy_spinlocked()
2090 requested.thrp_ext_iotier = value; in thread_set_requested_policy_spinlocked()
2261 value = proc_tier_to_iopol(requested.thrp_ext_iotier, in thread_get_requested_policy_spinlocked()
2270 value = requested.thrp_ext_iotier; in thread_get_requested_policy_spinlocked()
2461 …bits |= (requested.thrp_ext_iotier ? (((uint64_t)requested.thrp_ext_iotier) << POLICY_REQ_EXT… in proc_get_thread_policy_bitfield()