Searched refs:METASLAB_WEIGHT_CLAIM (Results 1 – 2 of 2) sorted by relevance
78 #define METASLAB_WEIGHT_CLAIM (1ULL << 61) macro82 METASLAB_WEIGHT_CLAIM)
3239 if (activation_weight == METASLAB_WEIGHT_CLAIM) { in metaslab_activate_allocator()3354 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM) { in metaslab_passivate_allocator()4691 VERIFY0(msp->ms_weight & METASLAB_WEIGHT_CLAIM); in metaslab_active_mask_verify()4699 VERIFY0(msp->ms_weight & METASLAB_WEIGHT_CLAIM); in metaslab_active_mask_verify()4705 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM) { in metaslab_active_mask_verify()4729 activation_weight = METASLAB_WEIGHT_CLAIM; in metaslab_group_alloc_normal()4841 ASSERT((msp->ms_weight & METASLAB_WEIGHT_CLAIM) || in metaslab_group_alloc_normal()4854 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM && in metaslab_group_alloc_normal()4855 activation_weight != METASLAB_WEIGHT_CLAIM) { in metaslab_group_alloc_normal()4859 ~METASLAB_WEIGHT_CLAIM); in metaslab_group_alloc_normal()[all …]