Searched defs:metaslab_class (Results 1 – 1 of 1) sorted by relevance
149 struct metaslab_class { struct150 kmutex_t mc_lock;151 spa_t *mc_spa;152 metaslab_group_t *mc_rotor;153 metaslab_ops_t *mc_ops;154 uint64_t mc_aliquot;162 uint64_t mc_groups;167 boolean_t mc_alloc_throttle_enabled;181 uint64_t mc_alloc_max_slots;182 refcount_t mc_alloc_slots;[all …]