Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspace_map.h48 (sizeof ((sm)->sm_phys->smp_histogram) / \
49 sizeof ((sm)->sm_phys->smp_histogram[0]))
71 uint64_t smp_histogram[32]; /* histogram of free space */ member
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspace_map.c144 bzero(sm->sm_phys->smp_histogram, sizeof (sm->sm_phys->smp_histogram)); in space_map_histogram_clear()
197 sm->sm_phys->smp_histogram[idx] += in space_map_histogram_add()
Dmetaslab.c1187 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0) in metaslab_weight_factor()
1201 sectors = msp->ms_sm->sm_phys->smp_histogram[i] << i; in metaslab_weight_factor()
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c687 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()