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