Home
last modified time | relevance | path

Searched refs:ZIO_PRIORITY_NUM_QUEUEABLE (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c423 return (ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_class_to_issue()
430 for (n = 0; n < ZIO_PRIORITY_NUM_QUEUEABLE; n++) { in vdev_queue_class_to_issue()
444 for (p = 0; p < ZIO_PRIORITY_NUM_QUEUEABLE; p++) { in vdev_queue_class_to_issue()
454 return (ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_class_to_issue()
479 for (p = 0; p < ZIO_PRIORITY_NUM_QUEUEABLE; p++) { in vdev_queue_init()
522 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_io_add()
539 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_io_remove()
571 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_pending_add()
595 ASSERT3U(zio->io_priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in vdev_queue_pending_remove()
876 if (p == ZIO_PRIORITY_NUM_QUEUEABLE) { in vdev_queue_io_to_issue()
[all …]
H A Dvdev.c4107 for (t = 0; t < ZIO_PRIORITY_NUM_QUEUEABLE; t++) { in vdev_get_child_stat_ex()
4384 (zio->io_priority < ZIO_PRIORITY_NUM_QUEUEABLE)) { in vdev_stat_update()
H A Dzio.c3898 ASSERT3U(priority, <, ZIO_PRIORITY_NUM_QUEUEABLE); in zio_change_priority()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_priority.h35 ZIO_PRIORITY_NUM_QUEUEABLE, enumerator
H A Dvdev_impl.h162 vdev_queue_class_t vq_class[ZIO_PRIORITY_NUM_QUEUEABLE];
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1106 uint64_t vsx_active_queue[ZIO_PRIORITY_NUM_QUEUEABLE];
1109 uint64_t vsx_pend_queue[ZIO_PRIORITY_NUM_QUEUEABLE];
1124 uint64_t vsx_queue_histo[ZIO_PRIORITY_NUM_QUEUEABLE]
1140 uint64_t vsx_ind_histo[ZIO_PRIORITY_NUM_QUEUEABLE]
1144 uint64_t vsx_agg_histo[ZIO_PRIORITY_NUM_QUEUEABLE]