Home
last modified time | relevance | path

Searched refs:vq_active_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c478 list_create(&vq->vq_active_list, sizeof (struct zio), in vdev_queue_init()
497 list_destroy(&vq->vq_active_list); in vdev_queue_fini()
551 list_insert_tail(&vq->vq_active_list, zio); in vdev_queue_pending_add()
568 list_remove(&vq->vq_active_list, zio); in vdev_queue_pending_remove()
H A Dvdev.c5640 fio = list_head(&vq->vq_active_list); in vdev_deadman()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h150 list_t vq_active_list; /* List of active I/Os. */ member