Searched defs:vdev_queue (Results 1 – 1 of 1) sorted by relevance
139 struct vdev_queue { struct141 vdev_queue_class_t vq_class[ZIO_PRIORITY_NUM_QUEUEABLE]; argument142 avl_tree_t vq_read_offset_tree;143 avl_tree_t vq_write_offset_tree;144 uint64_t vq_last_offset;145 zio_priority_t vq_last_prio; /* Last sent I/O priority. */146 uint32_t vq_cqueued; /* Classes with queued I/Os. */147 uint32_t vq_cactive[ZIO_PRIORITY_NUM_QUEUEABLE];148 uint32_t vq_active; /* Number of active I/Os. */149 uint32_t vq_ia_active; /* Active interactive I/Os. */[all …]