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