Searched refs:vq_active_tree (Results 1 – 3 of 3) sorted by relevance
232 avl_create(&vq->vq_active_tree, vdev_queue_offset_compare, in vdev_queue_init()266 avl_destroy(&vq->vq_active_tree); in vdev_queue_fini()311 avl_add(&vq->vq_active_tree, zio); in vdev_queue_pending_add()327 avl_remove(&vq->vq_active_tree, zio); in vdev_queue_pending_remove()450 if (avl_numnodes(&vq->vq_active_tree) >= zfs_vdev_max_active) in vdev_queue_class_to_issue()
3359 if (avl_numnodes(&vq->vq_active_tree) > 0) { in vdev_deadman()3369 fio = avl_first(&vq->vq_active_tree); in vdev_deadman()
115 avl_tree_t vq_active_tree; member