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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1108 struct anon_hdr aw_ahp; member in struct:anon_walk_data
1131 if (mdb_vread(&aw->aw_ahp, sizeof (aw->aw_ahp),
1139 maxslot = MIN(maxslot, aw->aw_ahp.size);
1142 if (aw->aw_ahp.size <= ANON_CHUNK_SIZE ||
1143 (aw->aw_ahp.flags & ANON_ALLOC_FORCE)) {
1160 (uintptr_t)aw->aw_ahp.array_chunk);

Completed in 46 milliseconds