Searched refs:vdev_stat_ex (Results 1 – 4 of 4) sorted by relevance
249 vdev_stat_ex_t vdev_stat_ex; /* extended statistics */ member
3004 sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()3007 cvd->vdev_stat_ex.vsx_disk_histo[ZIO_TYPE_READ], in vdev_child_slow_outlier()3029 cvd->vdev_stat_ex.vsx_disk_histo[ZIO_TYPE_READ]; in vdev_child_slow_outlier()3032 sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()3044 size_t size = sizeof (cvd->vdev_stat_ex.vsx_disk_histo[0]); in vdev_child_slow_outlier()
4939 vdev_stat_ex_t *cvsx = &cvd->vdev_stat_ex; in vdev_get_stats_ex_impl()4955 memcpy(vsx, &vd->vdev_stat_ex, sizeof (vd->vdev_stat_ex)); in vdev_get_stats_ex_impl()5090 vdev_stat_ex_t *vsx = vd ? &vd->vdev_stat_ex : NULL; in vdev_stat_update()5093 vdev_stat_ex_t *vsx = &vd->vdev_stat_ex; in vdev_stat_update()
1433 typedef struct vdev_stat_ex { struct