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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c327 #define PAGE_COUNTERS_ENTRIES(mnode, rg_szc) \ macro
730 PAGE_COUNTERS_ENTRIES(mnode, r) = r_pgcnt;
838 ASSERT(idx < PAGE_COUNTERS_ENTRIES(mnode, r));
898 ASSERT(idx < PAGE_COUNTERS_ENTRIES(mnode, r));
1082 old_csz = PAGE_COUNTERS_ENTRIES(oldmnode, r);
1118 PAGE_COUNTERS_ENTRIES(mnode, r) = pcsz;
1131 PAGE_COUNTERS_ENTRIES(i, r) = pcsz;
2305 len = PAGE_COUNTERS_ENTRIES(mnode, r);
2533 len = PAGE_COUNTERS_ENTRIES(mnode, r);

Completed in 91 milliseconds