Searched refs:firstpp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c3502 page_t *firstpp; local
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) {
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2588 page_t *pp, *firstpp; local
2614 firstpp = pp = PAGE_FREELISTS(mnode, nszc, bin, mtype);
2625 if (pp == firstpp) {

Completed in 60 milliseconds