Lines Matching defs:cvsx
4669 vdev_get_child_stat_ex(vdev_t *cvd, vdev_stat_ex_t *vsx, vdev_stat_ex_t *cvsx)
4676 vsx->vsx_disk_histo[t][b] += cvsx->vsx_disk_histo[t][b];
4680 cvsx->vsx_total_histo[t][b];
4687 cvsx->vsx_queue_histo[t][b];
4689 vsx->vsx_active_queue[t] += cvsx->vsx_active_queue[t];
4690 vsx->vsx_pend_queue[t] += cvsx->vsx_pend_queue[t];
4693 vsx->vsx_ind_histo[t][b] += cvsx->vsx_ind_histo[t][b];
4696 vsx->vsx_agg_histo[t][b] += cvsx->vsx_agg_histo[t][b];
4744 vdev_stat_ex_t *cvsx = &cvd->vdev_stat_ex;
4746 vdev_get_stats_ex_impl(cvd, cvs, cvsx);
4750 vdev_get_child_stat_ex(cvd, vsx, cvsx);