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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c891 * just searched for this page, page_hashin
899 if (!page_hashin(newpp, vp, off, phm)) {
2239 if (!page_hashin(pp, vp, off, NULL))
2444 if (!page_hashin(pp, vp, off, phm)) {
2447 * just searched for this page, page_hashin
3262 * By holding the page hash lock all the way to the page_hashin()
3329 if (!page_hashin(opp, vp, off, phm)) {
3450 page_hashin(page_t *pp, vnode_t *vp, u_offset_t offset, kmutex_t *hold) function
3460 "page_hashin:pp %p vp %p offset %llx",

Completed in 76 milliseconds