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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c246 * physical memory. A hw_page_map_t will be allocated per mnode per szc.
280 * hw_page_map_t contains all the information needed for the page_counters
299 } hw_page_map_t; typedef in typeref:struct:hw_page_map
304 static hw_page_map_t *page_counters[MMU_PAGE_SIZES];
603 ctrs_sz += (max_mem_nodes * sizeof (hw_page_map_t));
660 page_counters[r] = (hw_page_map_t *)alloc_base;
661 alloc_base += (max_mem_nodes * sizeof (hw_page_map_t));

Completed in 135 milliseconds