Searched refs:thep_io_passive (Results 1 – 3 of 3) sorted by relevance
259 thep_io_passive :1, /* should IOs cause lower tiers to be throttled */ member
1798 next.thep_io_passive = 1; in thread_policy_update_internal_spinlocked()2391 value = thread->effective_policy.thep_io_passive ? 1 : 0; in proc_get_effective_thread_policy()2481 bits |= (effective.thep_io_passive ? POLICY_EFF_IO_PASSIVE : 0); in proc_get_thread_policy_bitfield()
483 if int(thread.effective_policy.thep_io_passive) != 0: