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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c150 #define PC_ALLOC 0x2 /* return page for allocation */ macro
1918 * If flags is PC_ALLOC, then the large page will be returned to the user in
2099 if (flags == PC_ALLOC && (page_trylock_cons(pplist, SE_EXCL))) {
2144 * If flags is not PC_ALLOC, the color argument is ignored, and thus
2196 if ((bin == color) && (flags == PC_ALLOC) &&
2242 if ((bin == color) && (flags == PC_ALLOC) &&
2428 page_promote(mnode, pfnum, r, PC_ALLOC, mtype);
2647 pfnhi, pp->p_szc, szc, ccolor, PC_ALLOC);

Completed in 96 milliseconds