Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h234 thrp_int_iotier :2, /* IO throttle tier */ member
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c1775 iopol = MAX(iopol, requested.thrp_int_iotier); in thread_policy_update_internal_spinlocked()
2083 requested.thrp_int_iotier = tier; in thread_set_requested_policy_spinlocked()
2092 requested.thrp_int_iotier = value; in thread_set_requested_policy_spinlocked()
2264 value = proc_tier_to_iopol(requested.thrp_int_iotier, in thread_get_requested_policy_spinlocked()
2272 value = requested.thrp_int_iotier; in thread_get_requested_policy_spinlocked()
2460 …bits |= (requested.thrp_int_iotier ? (((uint64_t)requested.thrp_int_iotier) << POLICY_REQ_INT… in proc_get_thread_policy_bitfield()