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