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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1105 size_t aw_levtwo_ndx; member in struct:anon_walk_data
1162 aw->aw_levtwo_ndx = 0;
1190 if (aw->aw_levtwo_ndx == 0) {
1197 aw->aw_levtwo_ndx =
1205 aw->aw_levtwo_ndx = 0;
1222 slot = aw->aw_levone_ndx * ANON_CHUNK_SIZE + aw->aw_levtwo_ndx;
1223 anonptr = aw->aw_levtwo[aw->aw_levtwo_ndx];
1226 aw->aw_levtwo_ndx++;
1227 if (aw->aw_levtwo_ndx == ANON_CHUNK_SIZE) {
1228 aw->aw_levtwo_ndx
[all...]

Completed in 44 milliseconds