Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c450 memset(sm->sm_phys->smp_histogram, 0, in space_map_histogram_clear()
451 sizeof (sm->sm_phys->smp_histogram)); in space_map_histogram_clear()
502 sm->sm_phys->smp_histogram[idx] += in space_map_histogram_add()
893 memset(sm->sm_phys->smp_histogram, 0, in space_map_truncate()
894 sizeof (sm->sm_phys->smp_histogram)); in space_map_truncate()
H A Dmetaslab.c1299 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_verify()
1328 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1330 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1350 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1352 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1358 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
1360 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
3212 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0) in metaslab_set_fragmentation()
3215 space = msp->ms_sm->sm_phys->smp_histogram[i] << (i + shift); in metaslab_set_fragmentation()
3375 ASSERT3U(sm->sm_phys->smp_histogram[i], >=, in metaslab_weight_from_spacemap()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h72 uint64_t smp_histogram[SPACE_MAP_HISTOGRAM_SIZE]; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1913 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()