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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c1895 int new_szc = cur_szc + 1; local
1896 int full = FULL_REGION_CNT(new_szc);
1903 idx = PNUM_TO_IDX(mnode, new_szc, pfn);
1904 if (PAGE_COUNTERS(mnode, new_szc, idx) == full)
1905 (void) page_promote(mnode, pfn, new_szc, PC_FREE, PC_MTYPE_ANY);
1914 * Create a single larger page (of szc new_szc) from smaller contiguous pages
1966 page_promote(int mnode, pfn_t pfnum, uchar_t new_szc, int flags, int mtype) argument
1983 * walk the list, modifying p_szc to new_szc and what
1991 new_npgs = page_get_pagecnt(new_szc);
2087 tpp->p_szc = new_szc;
2150 page_demote(int mnode, pfn_t pfnum, pfn_t pfnmax, uchar_t cur_szc, uchar_t new_szc, int color, int flags) argument
[all...]

Completed in 86 milliseconds