Searched refs:vdev_stat_ex (Results 1 – 4 of 4) sorted by relevance
231 vdev_stat_ex_t vdev_stat_ex; /* extended statistics */ member
3031 sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()3034 cvd->vdev_stat_ex.vsx_disk_histo[ZIO_TYPE_READ], in vdev_child_slow_outlier()3056 cvd->vdev_stat_ex.vsx_disk_histo[ZIO_TYPE_READ]; in vdev_child_slow_outlier()3059 sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()3071 size_t size = sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()
5146 vdev_stat_ex_t *cvsx = &cvd->vdev_stat_ex; in vdev_get_stats_ex_impl()5162 memcpy(vsx, &vd->vdev_stat_ex, sizeof (vd->vdev_stat_ex)); in vdev_get_stats_ex_impl()5297 vdev_stat_ex_t *vsx = vd ? &vd->vdev_stat_ex : NULL; in vdev_stat_update()5300 vdev_stat_ex_t *vsx = &vd->vdev_stat_ex; in vdev_stat_update()
1460 typedef struct vdev_stat_ex { struct