Searched defs:pw_first (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c66 * hash table), and that pw_first is only used when reading the pages
74 uintptr_t pw_first; member in struct:page_walk_data
131 pwd->pw_first = 0;
159 if (pp == NULL || pp == pwd->pw_first)
172 if (pwd->pw_first == NULL)
173 pwd->pw_first = pp;

Completed in 62 milliseconds