Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c321 vsx->vsx_ind_histo[ZIO_PRIORITY_SYNC_READ], in vdev_config_generate_stats()
322 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_SYNC_READ])); in vdev_config_generate_stats()
325 vsx->vsx_ind_histo[ZIO_PRIORITY_SYNC_WRITE], in vdev_config_generate_stats()
326 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_SYNC_WRITE])); in vdev_config_generate_stats()
329 vsx->vsx_ind_histo[ZIO_PRIORITY_ASYNC_READ], in vdev_config_generate_stats()
330 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_ASYNC_READ])); in vdev_config_generate_stats()
333 vsx->vsx_ind_histo[ZIO_PRIORITY_ASYNC_WRITE], in vdev_config_generate_stats()
334 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_ASYNC_WRITE])); in vdev_config_generate_stats()
337 vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats()
338 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats()
[all …]
H A Dvdev.c3724 for (b = 0; b < ARRAY_SIZE(vsx->vsx_ind_histo[0]); b++) in vdev_get_child_stat_ex()
3725 vsx->vsx_ind_histo[t][b] += cvsx->vsx_ind_histo[t][b]; in vdev_get_child_stat_ex()
3979 vsx->vsx_ind_histo[zio->io_priority] in vdev_stat_update()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h1120 uint64_t vsx_ind_histo[ZIO_PRIORITY_N_QUEUEABLE] member