Searched defs:vdev_queue (Results 1 – 1 of 1) sorted by relevance
129 struct vdev_queue { struct131 vdev_queue_class_t vq_class[ZIO_PRIORITY_NUM_QUEUEABLE]; argument132 avl_tree_t vq_read_offset_tree;133 avl_tree_t vq_write_offset_tree;134 uint64_t vq_last_offset;135 zio_priority_t vq_last_prio; /* Last sent I/O priority. */136 uint32_t vq_cqueued; /* Classes with queued I/Os. */137 uint32_t vq_cactive[ZIO_PRIORITY_NUM_QUEUEABLE];138 uint32_t vq_active; /* Number of active I/Os. */139 uint32_t vq_ia_active; /* Active interactive I/Os. */[all …]