Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c1007 zio->io_allocator = ZIO_ALLOCATOR_NONE; in zio_create()
3094 cio->io_allocator = pio->io_allocator; in zio_inherit_allocator()
3200 ZIO_ALLOC_LIST(pio), pio->io_allocator, pio, &candidate); in zio_write_gang_block()
3230 VERIFY(metaslab_class_throttle_reserve(mc, zio->io_allocator, in zio_write_gang_block()
3272 flags, &cio_list, zio->io_allocator, NULL, &allocated_size); in zio_write_gang_block()
3293 &cio->io_bp_orig, zio->io_allocator, flags, psize, in zio_write_gang_block()
3761 DVA_GET_VDEV(d), zio->io_allocator, in zio_ddt_child_write_ready()
4255 zio->io_allocator, zio->io_prop.zp_copies, zio->io_size, in zio_io_to_allocate()
4298 metaslab_class_allocator_t *mca = &mc->mc_allocator[zio->io_allocator]; in zio_dva_throttle()
4387 ZIO_ALLOC_LIST(zio), zio->io_allocator, zio); in zio_dva_allocate()
[all …]
H A Dspa.c1710 tq = tqs->stqs_taskq[zio->io_allocator % tqs->stqs_count]; in spa_taskq_dispatch()
11292 zio->io_allocator = ti->sti_allocator;
11308 zio->io_allocator = (uint_t)hv % spa->spa_alloc_count;
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h240 #define ZIO_HAS_ALLOCATOR(zio) ((zio)->io_allocator != ZIO_ALLOCATOR_NONE)
554 int io_allocator; member