Searched defs:r_pgcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c563 pgcnt_t r_pgcnt; local
591 r_pgcnt = howmany(physmax - r_base + 1, r_align);
597 ctrs_sz += P2ROUNDUP((r_pgcnt * sizeof (hpmctr_t)),
705 pgcnt_t r_pgcnt; local
726 r_pgcnt = howmany(physmax - r_base + 1, r_align);
730 PAGE_COUNTERS_ENTRIES(mnode, r) = r_pgcnt;
752 idx = (idx >= r_pgcnt) ? 0 : idx;
765 P2ROUNDUP((sizeof (hpmctr_t) * r_pgcnt),

Completed in 1169 milliseconds