Home
last modified time | relevance | path

Searched refs:PGI_PGCPHIPRI (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h401 #define PGI_PGCPHIPRI 0x040000 /* page_get_contig_page pri alloc */ macro
H A Dvm_machdep.c2045 flags |= (PGI_PGCPSZC0 | PGI_PGCPHIPRI); in page_create_update_flags_x86()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h79 #define PGI_PGCPHIPRI 0x40000 /* page_get_contig_page priority allocation */ macro
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c3107 if ((ptcpthreshold == 0) || (flags & PGI_PGCPHIPRI)) in page_trylock_contig_pages()
3614 if (pgcplimitsearch && ((flags & PGI_PGCPHIPRI) == 0)) in page_get_contig_pages()
3619 if (flags & PGI_PGCPHIPRI || pfnflag) in page_get_contig_pages()
4307 flags | PGI_PGCPHIPRI); in page_get_replacement_page()