Lines Matching defs:pszc
1272 * pszc below this mapping size
3191 uint_t pszc = 0;
3200 if (ht->ht_level < pszc)
3226 while (pszc < pp->p_szc) {
3228 pszc++;
3229 tpp = PP_GROUPLEADER(pp, pszc);
3488 * page and ending with root constituent page so that root's pszc always shows
3498 uint_t pszc;
3521 * outstanding within the area of this root's pszc.
3531 pszc = pp->p_szc;
3532 if (pszc == 0)
3534 rootpp = PP_GROUPLEADER(pp, pszc);
3537 * If root's p_szc is different from pszc we raced with another
3539 * If root's p_szc is greater than pszc previous hat_page_demote() is
3543 if ((rszc = rootpp->p_szc) != pszc) {
3545 if (rszc > pszc) {
3555 ASSERT(pp->p_szc == pszc);
3586 szc = pszc;
3599 ASSERT(lastpp->p_szc == pszc);
3615 * Increment szc and continue looping until szc is pszc.
3621 while (szc < pszc) {
3636 ASSERT(lastpp->p_szc == pszc);
3673 uint_t pszc = 0;
3703 if (ht->ht_level < pszc)
3746 while (pszc < pp->p_szc) {
3748 pszc++;
3749 tpp = PP_GROUPLEADER(pp, pszc);
4134 * pszc below this mapping size