Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c257 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()
H A Dvdev.c4185 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()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h162 vdev_queue_class_t vq_class[ZIO_PRIORITY_NUM_QUEUEABLE]; member