Searched refs:reserved_slots (Results 1 – 1 of 1) sorted by relevance
5612 uint64_t reserved_slots = zfs_refcount_count(&mca->mca_alloc_slots); in metaslab_class_throttle_reserve() local5613 if (reserved_slots < max) in metaslab_class_throttle_reserve()5614 available_slots = max - reserved_slots; in metaslab_class_throttle_reserve()