Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c458 memset(sm->sm_phys->smp_histogram, 0, in space_map_histogram_clear()
459 sizeof (sm->sm_phys->smp_histogram)); in space_map_histogram_clear()
510 sm->sm_phys->smp_histogram[idx] += in space_map_histogram_add()
900 memset(sm->sm_phys->smp_histogram, 0, in space_map_truncate()
901 sizeof (sm->sm_phys->smp_histogram)); in space_map_truncate()
H A Dmetaslab.c1047 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_verify()
1075 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1077 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1097 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1099 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1104 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
1106 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
2997 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0) in metaslab_set_fragmentation()
3000 space = msp->ms_sm->sm_phys->smp_histogram[i] << (i + shift); in metaslab_set_fragmentation()
3160 ASSERT3U(sm->sm_phys->smp_histogram[ in metaslab_weight_from_spacemap()
[all...]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dspace_map.h81 uint64_t smp_histogram[SPACE_MAP_HISTOGRAM_SIZE]; member
/freebsd-src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1685 dump_histogram(sm->sm_phys->smp_histogram, in print_vdev_metaslab_header()