Searched refs:METASLAB_WEIGHT_CLAIM (Results 1 – 2 of 2) sorted by relevance
78 #define METASLAB_WEIGHT_CLAIM (1ULL << 61) macro82 METASLAB_WEIGHT_CLAIM)
3288 if (activation_weight == METASLAB_WEIGHT_CLAIM) { in metaslab_activate_allocator()3403 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM) { in metaslab_passivate_allocator()4714 VERIFY0(msp->ms_weight & METASLAB_WEIGHT_CLAIM); in metaslab_active_mask_verify()4722 VERIFY0(msp->ms_weight & METASLAB_WEIGHT_CLAIM); in metaslab_active_mask_verify()4728 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM) { in metaslab_active_mask_verify()4751 activation_weight = METASLAB_WEIGHT_CLAIM; in metaslab_group_alloc_normal()4863 ASSERT((msp->ms_weight & METASLAB_WEIGHT_CLAIM) || in metaslab_group_alloc_normal()4876 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM && in metaslab_group_alloc_normal()4877 activation_weight != METASLAB_WEIGHT_CLAIM) { in metaslab_group_alloc_normal()4881 ~METASLAB_WEIGHT_CLAIM); in metaslab_group_alloc_normal()[all …]