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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1809 uintptr_t *mw_mss; member in struct:metaslab_walk_data
1823 if (mw->mw_mss == NULL) {
1836 mw->mw_mss = mdb_alloc(mw->mw_nummss * sizeof (void*),
1838 if (mdb_vread(mw->mw_mss, mw->mw_nummss * sizeof (void*),
1846 mw->mw_mss = NULL;
1853 msp = mw->mw_mss[mw->mw_curms];

Completed in 318 milliseconds