Searched refs:page_counters (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c175 * On big machines it can take a long time to check page_counters
177 * updated sum of all elements of the corresponding page_counters arrays.
178 * page_freelist_coalesce() searches page_counters only if an appropriate
245 * The page_counters array below is used to keep track of free contiguous
257 * page_counters[region_size][mnode]
262 * page_counters[region_size][mnode].hpm_counters[index]:
280 * hw_page_map_t contains all the information needed for the page_counters
304 static hw_page_map_t *page_counters[MMU_PAGE_SIZES]; variable
315 * elements of the page_counters arrays. They can be used on both
319 (page_counters[(rg_sz
[all...]

Completed in 56 milliseconds