Searched refs:ANON_ALLOC_FORCE (Results 1 – 5 of 5) sorted by relevance
306 if (npages <= ANON_CHUNK_SIZE || (flags & ANON_ALLOC_FORCE)) { in anon_create()308 if (flags & ANON_ALLOC_FORCE) in anon_create()309 ahp->flags |= ANON_ALLOC_FORCE; in anon_create()359 if (npages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) { in anon_release()391 if ((ahp->size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) { in anon_get_ptr()429 if ((size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) { in anon_get_next_ptr()482 if (ahp->size <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) { in anon_set_ptr()531 ((sahp->flags & ANON_ALLOC_FORCE) && in anon_copy_ptr()532 (dahp->flags & ANON_ALLOC_FORCE))) { in anon_copy_ptr()544 ((sahp->flags & ANON_ALLOC_FORCE) == 0) && in anon_copy_ptr()[all …]
263 #define ANON_ALLOC_FORCE 0x2 /* force single level anon array */ macro
223 kpsd->kpsd_anon = anon_create(np, ANON_SLEEP | ANON_ALLOC_FORCE); in segkp_create()
1131 (aw->aw_ahp.flags & ANON_ALLOC_FORCE)) { in anon_walk_init_common()
319 if ((ah.size <= ANON_CHUNK_SIZE) || (ah.flags & ANON_ALLOC_FORCE)) { in gcore_anon_get_ptr()