Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c3691 vdev_get_child_stat_ex(vdev_t *cvd, vdev_stat_ex_t *vsx, vdev_stat_ex_t *cvsx) in vdev_get_child_stat_ex() argument
3696 vsx->vsx_disk_histo[t][b] += cvsx->vsx_disk_histo[t][b]; in vdev_get_child_stat_ex()
3700 cvsx->vsx_total_histo[t][b]; in vdev_get_child_stat_ex()
3707 cvsx->vsx_queue_histo[t][b]; in vdev_get_child_stat_ex()
3709 vsx->vsx_active_queue[t] += cvsx->vsx_active_queue[t]; in vdev_get_child_stat_ex()
3710 vsx->vsx_pend_queue[t] += cvsx->vsx_pend_queue[t]; in vdev_get_child_stat_ex()
3713 vsx->vsx_ind_histo[t][b] += cvsx->vsx_ind_histo[t][b]; in vdev_get_child_stat_ex()
3716 vsx->vsx_agg_histo[t][b] += cvsx->vsx_agg_histo[t][b]; in vdev_get_child_stat_ex()
3764 vdev_stat_ex_t *cvsx = &cvd->vdev_stat_ex; in vdev_get_stats_ex_impl() local
3766 vdev_get_stats_ex_impl(cvd, cvs, cvsx); in vdev_get_stats_ex_impl()
[all …]