Lines Matching refs:firstpp
3502 page_t *firstpp; in hat_page_demote() local
3591 firstpp = PP_GROUPLEADER(pp, (szc - 1)); in hat_page_demote()
3593 if (lastpp - firstpp < pgcnt) { in hat_page_demote()
3597 firstpp += pgcnt; in hat_page_demote()
3598 while (lastpp != firstpp) { in hat_page_demote()
3603 firstpp->p_szc = szc - 1; in hat_page_demote()
3622 firstpp = PP_GROUPLEADER(pp, (szc + 1)); in hat_page_demote()
3625 lastpp = firstpp + (pgcnt - 1); in hat_page_demote()
3628 if (firstpp == lastpp) { in hat_page_demote()
3635 while (lastpp != firstpp) { in hat_page_demote()
3640 firstpp->p_szc = szc; in hat_page_demote()
3641 if (firstpp == rootpp) in hat_page_demote()