Lines Matching refs:lastpp
3503 page_t *lastpp; in hat_page_demote() local
3588 lastpp = PP_GROUPLEADER(pp, szc); in hat_page_demote()
3590 lastpp += pgcnt - 1; in hat_page_demote()
3593 if (lastpp - firstpp < pgcnt) { in hat_page_demote()
3598 while (lastpp != firstpp) { in hat_page_demote()
3599 ASSERT(lastpp->p_szc == pszc); in hat_page_demote()
3600 lastpp->p_szc = szc - 1; in hat_page_demote()
3601 lastpp--; in hat_page_demote()
3625 lastpp = firstpp + (pgcnt - 1); in hat_page_demote()
3627 lastpp = PP_GROUPLEADER(pp, szc); in hat_page_demote()
3628 if (firstpp == lastpp) { in hat_page_demote()
3632 lastpp--; in hat_page_demote()
3635 while (lastpp != firstpp) { in hat_page_demote()
3636 ASSERT(lastpp->p_szc == pszc); in hat_page_demote()
3637 lastpp->p_szc = szc; in hat_page_demote()
3638 lastpp--; in hat_page_demote()