Searched refs:PG_LOCAL (Results 1 – 4 of 4) sorted by relevance
652 #define PG_LOCAL 0x0080 /* alloc from given lgrp only */ macro
2016 ASSERT(pgflags == 0 || pgflags == PG_LOCAL); in page_alloc_pages()2023 pgflags = PG_LOCAL; in page_alloc_pages()2058 if (pgflags == PG_LOCAL) { in page_alloc_pages()
3777 if (!(flags & PG_LOCAL)) { in page_get_freelist()3814 if (!(flags & PG_LOCAL) && pgcplimitsearch && in page_get_freelist()
4178 tron ? PG_LOCAL : 0, svd->cred); in segvn_fault_vnodepages()4666 int pgflags = (svd->tr_state == SEGVN_TR_ON) ? PG_LOCAL : 0; in segvn_fault_anonpages()