Home
last modified time | relevance | path

Searched refs:reserved_slots (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c5612 uint64_t reserved_slots = zfs_refcount_count(&mca->mca_alloc_slots); in metaslab_class_throttle_reserve() local
5613 if (reserved_slots < max) in metaslab_class_throttle_reserve()
5614 available_slots = max - reserved_slots; in metaslab_class_throttle_reserve()