Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_object.c1244 flags = OBJPR_NOTMAPPED; in vm_object_sync()
2081 (options & (OBJPR_CLEANONLY | OBJPR_NOTMAPPED)) == OBJPR_NOTMAPPED, in vm_object_page_remove()
2110 if ((options & OBJPR_NOTMAPPED) == 0 && in vm_object_page_remove()
2124 if ((options & OBJPR_NOTMAPPED) == 0 && in vm_object_page_remove()
2133 if ((options & OBJPR_NOTMAPPED) == 0 && in vm_object_page_remove()
H A Dvm_object.h233 #define OBJPR_NOTMAPPED 0x2 /* Don't unmap pages. */ macro
H A Dvm_map.c3900 OBJPR_NOTMAPPED); in vm_map_entry_delete()