Home
last modified time | relevance | path

Searched refs:hment_walk (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.h51 extern hment_t *hment_walk(page_t *, htable_t **, uint_t *, hment_t *);
H A Dhment.c487 hment_walk(page_t *pp, htable_t **ht, uint_t *entry, hment_t *prev) in hment_walk() function
H A Dhat_i86.c3684 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()