Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c540 int firstmn; /* first mnode that exists */ in page_ctrs_sz() local
557 for (firstmn = -1, mnode = 0; mnode < max_mem_nodes; mnode++) { in page_ctrs_sz()
566 HPM_COUNTERS_LIMITS(mnode, physbase, physmax, firstmn); in page_ctrs_sz()
580 if (firstmn != mnode) in page_ctrs_sz()
641 int firstmn; /* first mnode that exists */ in page_ctrs_alloc() local
699 for (firstmn = -1, mnode = 0; mnode < max_mem_nodes; mnode++) { in page_ctrs_alloc()
710 HPM_COUNTERS_LIMITS(mnode, physbase, physmax, firstmn); in page_ctrs_alloc()
757 if (firstmn == mnode) { in page_ctrs_alloc()
765 PAGE_COUNTERS_COUNTERS(firstmn, r); in page_ctrs_alloc()