Searched refs:ms_weight (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c715 int cmp = TREE_CMP(m2->ms_weight, m1->ms_weight);
1118 msp->ms_weight = 0;
1157 msp->ms_weight = weight;
2175 uint64_t weight = msp->ms_weight;
2176 uint64_t was_active = msp->ms_weight & METASLAB_ACTIVE_MASK;
2177 boolean_t space_based = WEIGHT_IS_SPACEBASED(msp->ms_weight);
2181 msp->ms_weight = 0;
2190 * (and therefore the value of ms_weight) would be the same if it
2197 msp->ms_weight
[all...]
H A Dspa_log_spacemap.c1262 ASSERT0(m->ms_weight & METASLAB_ACTIVE_MASK);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h449 * When the metaslab is not loaded, its ms_weight needs to
475 * the spacemap's histogram when calculating ms_weight.
493 uint64_t ms_weight; /* weight vs. others in group */ member in struct:metaslab

Completed in 129 milliseconds