Searched refs:vsx_total_histo (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c280 vsx->vsx_total_histo[ZIO_TYPE_READ],
281 ARRAY_SIZE(vsx->vsx_total_histo[ZIO_TYPE_READ]));
284 vsx->vsx_total_histo[ZIO_TYPE_WRITE],
285 ARRAY_SIZE(vsx->vsx_total_histo[ZIO_TYPE_WRITE]));
H A Dvdev.c4274 for (b = 0; b < ARRAY_SIZE(vsx->vsx_total_histo[0]); b++) {
4275 vsx->vsx_total_histo[t][b] +=
4276 cvsx->vsx_total_histo[t][b];
4616 vsx->vsx_total_histo[type]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1143 uint64_t vsx_total_histo[ZIO_TYPES][VDEV_L_HISTO_BUCKETS]; member in struct:vdev_stat_ex

Completed in 176 milliseconds