Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/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()
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()
341 vsx->vsx_ind_histo[ZIO_PRIORITY_TRIM], in vdev_config_generate_stats()
[all …]
H A Dvdev.c4115 for (b = 0; b < ARRAY_SIZE(vsx->vsx_ind_histo[0]); b++) in vdev_get_child_stat_ex()
4116 vsx->vsx_ind_histo[t][b] += cvsx->vsx_ind_histo[t][b]; in vdev_get_child_stat_ex()
4428 vsx->vsx_ind_histo[priority] in vdev_stat_update()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1140 uint64_t vsx_ind_histo[ZIO_PRIORITY_NUM_QUEUEABLE] member