Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy_private.h258 thep_io_tier :2, /* effective throttle tier */ member
/xnu-11417.101.15/osfmk/kern/
H A Dthread_policy.c1780 next.thep_io_tier = iopol; in thread_policy_update_internal_spinlocked()
1826 next.thep_io_tier = THROTTLE_LEVEL_TIER0; in thread_policy_update_internal_spinlocked()
1855 if (prev.thep_io_tier != next.thep_io_tier) { in thread_policy_update_internal_spinlocked()
2368 value = thread->effective_policy.thep_io_tier; in proc_get_effective_thread_policy()
2385 thread->iotier_override < thread->effective_policy.thep_io_tier) { in proc_get_effective_thread_policy()
2472 …bits |= (effective.thep_io_tier ? (((uint64_t)effective.thep_io_tier) << POLICY_EFF_IO_TIE… in proc_get_thread_policy_bitfield()
/xnu-11417.101.15/tools/lldbmacros/
H A Dprocess.py478 if int(thread.effective_policy.thep_io_tier) != 0: