Lines Matching defs:npgs
2220 * skip npgs - 1 iterations and continue which will
2223 spgcnt_t npgs = nreloc;
2229 ASSERT(pg_idx + npgs <= pgcnt);
2231 anon_share(amp->ahp, an_idx, npgs)) {
2234 pg_idx += npgs;
2235 an_idx += npgs;
2236 vaddr += PAGESIZE * npgs;
2852 pgcnt_t npgs, pg_cnt;
2867 npgs = btopr(len);
2879 while (npgs) {
2925 npgs--;
2947 if (IS_P2ALIGNED(addr, pgsz) && pg_cnt <= npgs &&
3004 npgs--;
3050 npgs--;
3077 pgcnt_t npgs;
3141 curnpgs = npgs =
3144 ASSERT(npgs <= pgcnt);
3145 ASSERT(IS_P2ALIGNED(npgs, npgs));
3146 ASSERT(!(page_pptonum(pp) & (npgs - 1)));
3151 if ((page_pptonum(pp) & (npgs - 1)) ==
3152 npgs - 1)