Home
last modified time | relevance | path

Searched refs:ZONE_SPECIAL (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_zone.h27 #define ZONE_SPECIAL 0x0004 /* special vm_map_entry zone, see zget() */ macro
H A Dvm_zone.c621 } else if (z->zflags & ZONE_SPECIAL) { in zget()
687 if (nitems > 1 && (z->zflags & ZONE_SPECIAL)) { in zget()
H A Dvm_map.c213 mapentzone_store.zflags |= ZONE_SPECIAL; in vm_map_startup()
229 zinitna(mapentzone, NULL, 0, 0, ZONE_USE_RESERVE | ZONE_SPECIAL); in vm_init2()