Searched refs:mga_alloc_queue_depth (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h219 zfs_refcount_t mga_alloc_queue_depth; member in struct:metaslab_group_allocator
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c852 zfs_refcount_create_tracked(&mga->mga_alloc_queue_depth);
877 zfs_refcount_destroy(&mga->mga_alloc_queue_depth);
1245 * check if we have reached our allocation limit (mga_alloc_queue_depth)
1283 qdepth = zfs_refcount_count(&mga->mga_alloc_queue_depth);
1308 zfs_refcount_count(&mgap->mga_alloc_queue_depth);
4591 (void) zfs_refcount_add(&mga->mga_alloc_queue_depth, tag);
4625 (void) zfs_refcount_remove(&mga->mga_alloc_queue_depth, tag);
4642 VERIFY(zfs_refcount_not_held(&mga->mga_alloc_queue_depth, tag));
H A Dspa.c9791 &(mg->mg_allocator[i].mga_alloc_queue_depth)));

Completed in 135 milliseconds