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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c172 } pcc_info_t; typedef in typeref:struct:pcc_info
183 pcc_info_t **page_ctrs_cands[NPC_MUTEX][MMU_PAGE_SIZES];
607 ctrs_sz += sizeof (pcc_info_t *) * max_mem_nodes *
616 ctrs_sz += sizeof (pcc_info_t) * nranges *
668 page_ctrs_cands[i][r] = (pcc_info_t **)alloc_base;
669 alloc_base += sizeof (pcc_info_t *) * max_mem_nodes;
672 pcc_info_t *pi;
679 pi = (pcc_info_t *)alloc_base;
680 alloc_base += sizeof (pcc_info_t) * nranges;
845 pcc_info_t *can
[all...]

Completed in 52 milliseconds