Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c450 if ((cq & (1U << p)) != 0 && vq->vq_cactive[p] < in vdev_queue_class_to_issue()
455 if ((cq & (1U << p)) != 0 && vq->vq_cactive[p] < in vdev_queue_class_to_issue()
465 if ((cq & (1U << p)) != 0 && vq->vq_cactive[p] < in vdev_queue_class_to_issue()
566 vq->vq_cactive[zio->io_priority]++; in vdev_queue_pending_add()
583 vq->vq_cactive[zio->io_priority]--; in vdev_queue_pending_remove()
H A Dvdev.c4717 vsx->vsx_active_queue[t] = vd->vdev_queue.vq_cactive[t]; in vdev_get_stats_ex_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h149 uint32_t vq_cactive[ZIO_PRIORITY_NUM_QUEUEABLE]; member