Home
last modified time | relevance | path

Searched defs:vdev_queue (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h142 struct vdev_queue { struct
144 vdev_queue_class_t vq_class[ZIO_PRIORITY_NUM_QUEUEABLE]; argument
145 avl_tree_t vq_read_offset_tree;
146 avl_tree_t vq_write_offset_tree;
147 uint64_t vq_last_offset;
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. */
154 list_t vq_active_list; /* List of active I/Os. */
156 hrtime_t vq_io_delta_ts;
[all …]