Searched refs:vq_active_tree (Results 1 – 3 of 3) sorted by relevance
231 avl_create(&vq->vq_active_tree, vdev_queue_offset_compare, in vdev_queue_init()265 avl_destroy(&vq->vq_active_tree); in vdev_queue_fini()310 avl_add(&vq->vq_active_tree, zio); in vdev_queue_pending_add()326 avl_remove(&vq->vq_active_tree, zio); in vdev_queue_pending_remove()449 if (avl_numnodes(&vq->vq_active_tree) >= zfs_vdev_max_active) in vdev_queue_class_to_issue()
3349 if (avl_numnodes(&vq->vq_active_tree) > 0) { in vdev_deadman()3359 fio = avl_first(&vq->vq_active_tree); in vdev_deadman()
115 avl_tree_t vq_active_tree; member