Searched refs:smp_histogram (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c141 bzero(sm->sm_phys->smp_histogram, sizeof (sm->sm_phys->smp_histogram));
193 sm->sm_phys->smp_histogram[idx] +=
437 bzero(sm->sm_phys->smp_histogram,
438 sizeof (sm->sm_phys->smp_histogram));
H A Dmetaslab.c720 msp->ms_sm->sm_phys->smp_histogram[i];
742 msp->ms_sm->sm_phys->smp_histogram[i];
744 msp->ms_sm->sm_phys->smp_histogram[i];
762 msp->ms_sm->sm_phys->smp_histogram[i]);
764 msp->ms_sm->sm_phys->smp_histogram[i]);
767 msp->ms_sm->sm_phys->smp_histogram[i];
769 msp->ms_sm->sm_phys->smp_histogram[i];
1584 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0)
1587 space = msp->ms_sm->sm_phys->smp_histogram[i] << (i + shift);
1726 if (msp->ms_sm->sm_phys->smp_histogram[
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h64 * The smp_histogram maintains a histogram of free regions. Each
65 * bucket, smp_histogram[i], contains the number of free regions
69 uint64_t smp_histogram[SPACE_MAP_HISTOGRAM_SIZE]; member in struct:space_map_phys
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1309 uint64_t smp_histogram[SPACE_MAP_HISTOGRAM_SIZE]; member in struct:mdb_space_map_phys_t
1388 dump_histogram(smp.smp_histogram,
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c789 dump_histogram(sm->sm_phys->smp_histogram,

Completed in 204 milliseconds