Searched refs:firstpp (Results 1 – 2 of 2) sorted by relevance
3502 page_t *firstpp; in hat_page_demote() local3591 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()[all …]
2588 page_t *pp, *firstpp; in page_freelist_split() local2614 firstpp = pp = PAGE_FREELISTS(mnode, nszc, bin, mtype); in page_freelist_split()2625 if (pp == firstpp) { in page_freelist_split()