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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c3416 * 'pfnflag' specifies the subset of the pfn range to search.
3421 pfn_t pfnlo, pfn_t pfnhi, pgcnt_t pfnflag)
3462 * trim the pfn range to search based on pfnflag. pfnflag is set
3466 * The high bit in pfnflag specifies the number of 'slots' in the
3467 * pfn range and the remainder of pfnflag specifies which slot.
3471 if (pfnflag > 1) {
3472 int slots = 1 << (highbit(pfnflag) - 1);
3473 int slotid = pfnflag & (slots - 1);
3642 pgcnt_t pfnflag local
3420 page_geti_contig_pages(int mnode, uint_t bin, uchar_t szc, int flags, pfn_t pfnlo, pfn_t pfnhi, pgcnt_t pfnflag) argument
[all...]

Completed in 64 milliseconds