Searched refs:was_active (Results 1 – 3 of 3) sorted by relevance
1527 boolean_t was_active; in phyint_inst_check_for_failure() local1531 was_active = ((pi->pi_flags & IFF_INACTIVE) == 0); in phyint_inst_check_for_failure()1546 if (was_active) in phyint_inst_check_for_failure()
1418 boolean_t was_active; in phyint_offline() local1440 was_active = ((pi->pi_flags & IFF_INACTIVE) == 0); in phyint_offline()1485 if (was_active) in phyint_offline()
2059 boolean_t was_active; in metaslab_group_alloc() local2080 was_active = msp->ms_weight & METASLAB_ACTIVE_MASK; in metaslab_group_alloc()2107 if (msp->ms_weight < asize || (was_active && in metaslab_group_alloc()