Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c228 return (&vq->vq_class[p].vqc_queued_tree); in vdev_queue_class_tree()
354 vq->vq_class[zio->io_priority].vqc_active++; in vdev_queue_pending_add()
370 vq->vq_class[zio->io_priority].vqc_active--; in vdev_queue_pending_remove()
511 vq->vq_class[p].vqc_active < in vdev_queue_class_to_issue()
522 vq->vq_class[p].vqc_active < in vdev_queue_class_to_issue()
H A Dvdev.c3795 for (t = 0; t < ARRAY_SIZE(vd->vdev_queue.vq_class); t++) { in vdev_get_stats_ex_impl()
3797 vd->vdev_queue.vq_class[t].vqc_active; in vdev_get_stats_ex_impl()
3799 &vd->vdev_queue.vq_class[t].vqc_queued_tree); in vdev_get_stats_ex_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h148 vdev_queue_class_t vq_class[ZIO_PRIORITY_NUM_QUEUEABLE]; member