Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h181 uint64_t mc_alloc_max_slots; member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c3337 if (reserved_slots < mc->mc_alloc_max_slots) in metaslab_class_throttle_reserve()
3338 available_slots = mc->mc_alloc_max_slots - reserved_slots; in metaslab_class_throttle_reserve()
H A Dspa.c6959 mc->mc_alloc_max_slots = queue_depth_total; in spa_sync()
6962 ASSERT3U(mc->mc_alloc_max_slots, <=, in spa_sync()