Searched refs:vq_class (Results 1 – 3 of 3) sorted by relevance
257 return (&vq->vq_class[p].vqc_queued_tree); in vdev_queue_class_tree()433 vq->vq_class[p].vqc_active < in vdev_queue_class_to_issue()446 vq->vq_class[p].vqc_active < in vdev_queue_class_to_issue()572 vq->vq_class[zio->io_priority].vqc_active++; in vdev_queue_pending_add()596 vq->vq_class[zio->io_priority].vqc_active--; in vdev_queue_pending_remove()
4185 for (t = 0; t < ARRAY_SIZE(vd->vdev_queue.vq_class); t++) { in vdev_get_stats_ex_impl()4187 vd->vdev_queue.vq_class[t].vqc_active; in vdev_get_stats_ex_impl()4189 &vd->vdev_queue.vq_class[t].vqc_queued_tree); in vdev_get_stats_ex_impl()
162 vdev_queue_class_t vq_class[ZIO_PRIORITY_NUM_QUEUEABLE]; member