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

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_anon.c305 if (npages <= ANON_CHUNK_SIZE || (flags & ANON_ALLOC_FORCE)) {
307 if (flags & ANON_ALLOC_FORCE)
308 ahp->flags |= ANON_ALLOC_FORCE;
358 if (npages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
390 if ((ahp->size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
428 if ((size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
481 if (ahp->size <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
530 ((sahp->flags & ANON_ALLOC_FORCE) &&
531 (dahp->flags & ANON_ALLOC_FORCE))) {
543 ((sahp->flags & ANON_ALLOC_FORCE)
[all...]
H A Danon.h241 int flags; /* ANON_ALLOC_FORCE force preallocation of */
262 #define ANON_ALLOC_FORCE 0x2 /* force single level anon array */ macro
H A Dseg_kp.c222 kpsd->kpsd_anon = anon_create(np, ANON_SLEEP | ANON_ALLOC_FORCE);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1131 (aw->aw_ahp.flags & ANON_ALLOC_FORCE)) {

Completed in 98 milliseconds