Searched refs:io_allocator (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zio.c | 1022 zio->io_allocator = ZIO_ALLOCATOR_NONE; in zio_create() 3093 cio->io_allocator = pio->io_allocator; in zio_inherit_allocator() 3199 &pio->io_alloc_list, pio->io_allocator, pio, &candidate); in zio_write_gang_block() 3229 VERIFY(metaslab_class_throttle_reserve(mc, zio->io_allocator, in zio_write_gang_block() 3271 flags, &cio_list, zio->io_allocator, NULL, &allocated_size); in zio_write_gang_block() 3292 &cio->io_bp_orig, zio->io_allocator, flags, psize, in zio_write_gang_block() 3750 DVA_GET_VDEV(d), zio->io_allocator, in zio_ddt_child_write_ready() 4216 zio->io_allocator, zio->io_prop.zp_copies, zio->io_size, in zio_io_to_allocate() 4259 metaslab_class_allocator_t *mca = &mc->mc_allocator[zio->io_allocator]; in zio_dva_throttle() 4348 &zio->io_alloc_list, zio->io_allocator, zio); in zio_dva_allocate() [all …]
|
| H A D | spa.c | 1672 tq = tqs->stqs_taskq[zio->io_allocator % tqs->stqs_count]; in spa_taskq_dispatch() 10712 zio->io_allocator = ti->sti_allocator; 10728 zio->io_allocator = (uint_t)hv % spa->spa_alloc_count;
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 248 #define ZIO_HAS_ALLOCATOR(zio) ((zio)->io_allocator != ZIO_ALLOCATOR_NONE) 552 int io_allocator; member
|