Searched refs:vdev_stat_ex (Results 1 – 4 of 4) sorted by relevance
249 vdev_stat_ex_t vdev_stat_ex; /* extended statistics */ member
2993 sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()2996 cvd->vdev_stat_ex.vsx_disk_histo[ZIO_TYPE_READ], in vdev_child_slow_outlier()3018 cvd->vdev_stat_ex.vsx_disk_histo[ZIO_TYPE_READ]; in vdev_child_slow_outlier()3021 sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()3033 size_t size = sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()
4907 vdev_stat_ex_t *cvsx = &cvd->vdev_stat_ex; in vdev_get_stats_ex_impl()4923 memcpy(vsx, &vd->vdev_stat_ex, sizeof (vd->vdev_stat_ex)); in vdev_get_stats_ex_impl()5058 vdev_stat_ex_t *vsx = vd ? &vd->vdev_stat_ex : NULL; in vdev_stat_update()5061 vdev_stat_ex_t *vsx = &vd->vdev_stat_ex; in vdev_stat_update()
1345 typedef struct vdev_stat_ex { struct