Home
last modified time | relevance | path

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

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