Home
last modified time | relevance | path

Searched refs:ms_synchist (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h483 uint64_t ms_synchist[SPACE_MAP_HISTOGRAM_SIZE]; member
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c2015 memset(msp->ms_synchist, 0, sizeof (msp->ms_synchist)); in metaslab_aux_histograms_clear()
2068 metaslab_aux_histogram_add(msp->ms_synchist, in metaslab_aux_histograms_update()
2077 metaslab_aux_histogram_add(msp->ms_synchist, in metaslab_aux_histograms_update()
2084 * [see the comment in metaslab_impl.h for ms_synchist, ms_deferhist]
2107 memcpy(msp->ms_deferhist[hist_index], msp->ms_synchist, in metaslab_aux_histograms_update_done()
2108 sizeof (msp->ms_synchist)); in metaslab_aux_histograms_update_done()
2113 memset(msp->ms_synchist, 0, sizeof (msp->ms_synchist)); in metaslab_aux_histograms_update_done()
2479 * comment for ms_synchist an in metaslab_load_impl()
[all...]