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