Searched refs:thep_io_tier (Results 1 – 3 of 3) sorted by relevance
258 thep_io_tier :2, /* effective throttle tier */ member
1780 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()
478 if int(thread.effective_policy.thep_io_tier) != 0: