Searched refs:hment_walk (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hment.h | 51 extern hment_t *hment_walk(page_t *, htable_t **, uint_t *, hment_t *);
|
H A D | hment.c | 487 hment_walk(page_t *pp, htable_t **ht, uint_t *entry, hment_t *prev) in hment_walk() function
|
H A D | hat_i86.c | 3684 while ((hm = hment_walk(pp, &ht, &entry, hm)) != NULL) { in hati_page_clrwrt() 3909 hm = hment_walk(cur_pp, &ht, &entry, prev); in hati_pageunload() 4185 while ((hm = hment_walk(pp, &ht, &entry, hm)) != NULL) { in hat_pagesync()
|