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.c461 memset(sm->sm_phys->smp_histogram, 0, in space_map_histogram_clear()
462 sizeof (sm->sm_phys->smp_histogram)); in space_map_histogram_clear()
513 sm->sm_phys->smp_histogram[idx] += in space_map_histogram_add()
904 memset(sm->sm_phys->smp_histogram, 0, in space_map_truncate()
905 sizeof (sm->sm_phys->smp_histogram)); in space_map_truncate()
H A Dmetaslab.c1278 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_verify()
1307 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1309 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1329 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1331 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1337 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
1339 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
3185 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0) in metaslab_set_fragmentation()
3188 space = msp->ms_sm->sm_phys->smp_histogram[i] << (i + shift); in metaslab_set_fragmentation()
3348 ASSERT3U(sm->sm_phys->smp_histogram[i], >=, in metaslab_weight_from_spacemap()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h82 uint64_t smp_histogram[SPACE_MAP_HISTOGRAM_SIZE]; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1702 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()