Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c544 int firstmn; /* first mnode that exists */ in page_ctrs_sz() local
561 for (firstmn = -1, mnode = 0; mnode < max_mem_nodes; mnode++) { in page_ctrs_sz()
570 HPM_COUNTERS_LIMITS(mnode, physbase, physmax, firstmn); in page_ctrs_sz()
584 if (firstmn != mnode) in page_ctrs_sz()
645 int firstmn; /* first mnode that exists */ in page_ctrs_alloc() local
703 for (firstmn = -1, mnode = 0; mnode < max_mem_nodes; mnode++) { in page_ctrs_alloc()
714 HPM_COUNTERS_LIMITS(mnode, physbase, physmax, firstmn); in page_ctrs_alloc()
761 if (firstmn == mnode) { in page_ctrs_alloc()
769 PAGE_COUNTERS_COUNTERS(firstmn, r); in page_ctrs_alloc()