Home
last modified time | relevance | path

Searched refs:page_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c732 pp = page_next(pp); in hment_steal()
/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h780 page_t *page_next(page_t *);
H A Dpage_retire.c1298 } while ((pp = page_next(pp)) != first); in page_retire_test()
H A Dvm_page.c4407 } while ((pp = page_next(pp)) != page0); in page_busy()
4534 } while ((pp = page_next(pp)) != page0); in page_invalidate_pages()
6027 page_next(page_t *pp) in page_next() function
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c822 } while ((pp = page_next(pp)) != page0); in cpr_count_upages()