Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab.h110 boolean_t metaslab_class_throttle_reserve(metaslab_class_t *, int, int,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c2828 VERIFY(metaslab_class_throttle_reserve(mc, gbh_copies - copies, in zio_write_gang_block()
2913 VERIFY(metaslab_class_throttle_reserve(mc, in zio_write_gang_block()
3396 if (!metaslab_class_throttle_reserve(zio->io_metaslab_class, in zio_io_to_allocate()
3524 VERIFY(metaslab_class_throttle_reserve(mc, in zio_dva_allocate()
H A Dmetaslab.c5601 metaslab_class_throttle_reserve(metaslab_class_t *mc, int slots, int allocator, in metaslab_class_throttle_reserve() function