Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/vm/
HDvm_object.c1126 flags = OBJPR_NOTMAPPED; in vm_object_sync()
1968 (options & (OBJPR_CLEANONLY | OBJPR_NOTMAPPED)) == OBJPR_NOTMAPPED, in vm_object_page_remove()
2001 if ((options & OBJPR_NOTMAPPED) == 0 && in vm_object_page_remove()
2019 if ((options & OBJPR_NOTMAPPED) == 0 && in vm_object_page_remove()
2025 if ((options & OBJPR_NOTMAPPED) == 0 && object->ref_count != 0) in vm_object_page_remove()
HDvm_object.h220 #define OBJPR_NOTMAPPED 0x2 /* Don't unmap pages. */ macro
HDvm_map.c3025 OBJPR_NOTMAPPED); in vm_map_entry_delete()