| 252 | } |
| 253 | |
| 254 | static inline avl_tree_t * |
| 255 | vdev_queue_class_tree(vdev_queue_t *vq, zio_priority_t p) |
| 256 | { |
| 257 | return (&vq->vq_class[p].vqc_queued_tree); |
| 258 | } |
| 259 | |
| 260 | static inline avl_tree_t * |
| 261 | vdev_queue_type_tree(vdev_queue_t *vq, zio_type_t t) |
no outgoing calls
no test coverage detected