Home
last modified time | relevance | path

Searched refs:vq_last_prio (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c431 p = (vq->vq_last_prio + n + 1) % ZIO_PRIORITY_NUM_QUEUEABLE; in vdev_queue_class_to_issue()
435 vq->vq_last_prio = p; in vdev_queue_class_to_issue()
448 vq->vq_last_prio = p; in vdev_queue_class_to_issue()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h168 zio_priority_t vq_last_prio; /* Last sent I/O priority. */ member