Searched refs:vq_cactive (Results 1 – 3 of 3) sorted by relevance
426 if ((cq & (1U << p)) != 0 && vq->vq_cactive[p] < in vdev_queue_class_to_issue()431 if ((cq & (1U << p)) != 0 && vq->vq_cactive[p] < in vdev_queue_class_to_issue()441 if ((cq & (1U << p)) != 0 && vq->vq_cactive[p] < in vdev_queue_class_to_issue()542 vq->vq_cactive[zio->io_priority]++; in vdev_queue_pending_add()559 vq->vq_cactive[zio->io_priority]--; in vdev_queue_pending_remove()
4958 vsx->vsx_active_queue[t] = vd->vdev_queue.vq_cactive[t]; in vdev_get_stats_ex_impl()
147 uint32_t vq_cactive[ZIO_PRIORITY_NUM_QUEUEABLE]; member