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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c163 * See page_ctrs_cands comment below for more details.
176 * arrays. page_ctrs_cands is a summary array whose elements are a dynamically
179 * element of page_ctrs_cands array is greater than 0.
181 * page_ctrs_cands is indexed by mutex (i), region (r), mnode (m), mrange (g)
183 pcc_info_t **page_ctrs_cands[NPC_MUTEX][MMU_PAGE_SIZES]; variable
193 val += page_ctrs_cands[i][(r)][(m)][(g)].pcc_pages_free; \
207 page_ctrs_cands[i][(r)][(m)][(g)].pcc_color_free[(c)]; \
606 /* add in space for page_ctrs_cands and pcc_color_free */
664 /* page_ctrs_cands and pcc_color_free array */
668 page_ctrs_cands[
[all...]

Completed in 50 milliseconds