Home
last modified time | relevance | path

Searched refs:ANON_ALLOC_FORCE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c305 if (npages <= ANON_CHUNK_SIZE || (flags & ANON_ALLOC_FORCE)) { in anon_create()
307 if (flags & ANON_ALLOC_FORCE) in anon_create()
308 ahp->flags |= ANON_ALLOC_FORCE; in anon_create()
358 if (npages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) { in anon_release()
428 if ((size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) { in anon_get_next_ptr()
529 ((sahp->flags & ANON_ALLOC_FORCE) && in anon_copy_ptr()
530 (dahp->flags & ANON_ALLOC_FORCE))) { in anon_copy_ptr()
542 ((sahp->flags & ANON_ALLOC_FORCE) == 0) && in anon_copy_ptr()
543 ((dahp->flags & ANON_ALLOC_FORCE) == 0)) { in anon_copy_ptr()
671 if (totpages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) { in anon_grow()
[all …]
H A Danon.h263 #define ANON_ALLOC_FORCE 0x2 /* force single level anon array */ macro
H A Dseg_kp.c223 kpsd->kpsd_anon = anon_create(np, ANON_SLEEP | ANON_ALLOC_FORCE); in segkp_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1165 (aw->aw_ahp.flags & ANON_ALLOC_FORCE)) { in anon_walk_init_common()
H A Dgcore.c319 if ((ah.size <= ANON_CHUNK_SIZE) || (ah.flags & ANON_ALLOC_FORCE)) { in gcore_anon_get_ptr()