Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c3985 page_t *firstpp; in hat_page_demote() local
4074 firstpp = PP_GROUPLEADER(pp, (szc - 1)); in hat_page_demote()
4076 if (lastpp - firstpp < pgcnt) { in hat_page_demote()
4080 firstpp += pgcnt; in hat_page_demote()
4081 while (lastpp != firstpp) { in hat_page_demote()
4086 firstpp->p_szc = szc - 1; in hat_page_demote()
4108 lastpp = firstpp + (pgcnt - 1); in hat_page_demote()
4111 if (firstpp == lastpp) { in hat_page_demote()
4118 while (lastpp != firstpp) { in hat_page_demote()
4123 firstpp->p_szc = szc; in hat_page_demote()
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2542 page_t *pp, *firstpp; in page_freelist_split() local
2568 firstpp = pp = PAGE_FREELISTS(mnode, nszc, bin, mtype); in page_freelist_split()
2579 if (pp == firstpp) { in page_freelist_split()