Symbol: ANON_ALLOC_FORCE
usr/src/cmd/mdb/common/modules/genunix/gcore.c
319
if ((ah.size <= ANON_CHUNK_SIZE) || (ah.flags & ANON_ALLOC_FORCE)) {
usr/src/cmd/mdb/common/modules/genunix/memory.c
1166
(aw->aw_ahp.flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/seg_kp.c
223
kpsd->kpsd_anon = anon_create(np, ANON_SLEEP | ANON_ALLOC_FORCE);
usr/src/uts/common/vm/vm_anon.c
305
if (npages <= ANON_CHUNK_SIZE || (flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
307
if (flags & ANON_ALLOC_FORCE)
usr/src/uts/common/vm/vm_anon.c
308
ahp->flags |= ANON_ALLOC_FORCE;
usr/src/uts/common/vm/vm_anon.c
3572
if ((ahp->size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
358
if (npages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
390
if ((ahp->size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
428
if ((size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
481
if (ahp->size <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
529
((sahp->flags & ANON_ALLOC_FORCE) &&
usr/src/uts/common/vm/vm_anon.c
530
(dahp->flags & ANON_ALLOC_FORCE))) {
usr/src/uts/common/vm/vm_anon.c
542
((sahp->flags & ANON_ALLOC_FORCE) == 0) &&
usr/src/uts/common/vm/vm_anon.c
543
((dahp->flags & ANON_ALLOC_FORCE) == 0)) {
usr/src/uts/common/vm/vm_anon.c
671
if (totpages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
689
!(ahp->flags & ANON_ALLOC_FORCE)) {