Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h258 thep_io_tier :2, /* effective throttle tier */ member
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c1781 next.thep_io_tier = iopol; in thread_policy_update_internal_spinlocked()
1827 next.thep_io_tier = THROTTLE_LEVEL_TIER0; in thread_policy_update_internal_spinlocked()
1856 if (prev.thep_io_tier != next.thep_io_tier) { in thread_policy_update_internal_spinlocked()
2376 value = thread->effective_policy.thep_io_tier; in proc_get_effective_thread_policy()
2393 thread->iotier_override < thread->effective_policy.thep_io_tier) { in proc_get_effective_thread_policy()
2480 …bits |= (effective.thep_io_tier ? (((uint64_t)effective.thep_io_tier) << POLICY_EFF_IO_TIE… in proc_get_thread_policy_bitfield()
/xnu-12377.61.12/tools/lldbmacros/
H A Dprocess.py481 if int(thread.effective_policy.thep_io_tier) != 0: