Searched refs:mca_alloc_slots (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h152 * number of reserved allocations is maintained by the mca_alloc_slots
159 zfs_refcount_t mca_alloc_slots; member in struct:metaslab_class_allocator
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c422 zfs_refcount_create_tracked(&mca->mca_alloc_slots);
441 zfs_refcount_destroy(&mca->mca_alloc_slots);
5678 zfs_refcount_count(&mca->mca_alloc_slots) + slots <= max) {
5690 zfs_refcount_add_few(&mca->mca_alloc_slots, slots, zio);
5704 zfs_refcount_remove_few(&mca->mca_alloc_slots, slots, zio);
H A Dzio.c3003 mca_alloc_slots, pio));
4744 mc_allocator[zio->io_allocator].mca_alloc_slots, zio));
H A Dspa.c9804 mca_alloc_slots));
9806 mca_alloc_slots));
9808 mca_alloc_slots));

Completed in 166 milliseconds