Searched refs:OBJPR_CLEANONLY (Results 1 – 3 of 3) sorted by relevance
232 #define OBJPR_CLEANONLY 0x1 /* Don't remove dirty pages. */ macro
1248 flags = OBJPR_CLEANONLY; in vm_object_sync()2081 (options & (OBJPR_CLEANONLY | OBJPR_NOTMAPPED)) == OBJPR_NOTMAPPED, in vm_object_page_remove()2113 if ((options & OBJPR_CLEANONLY) == 0) { in vm_object_page_remove()2122 if ((options & OBJPR_CLEANONLY) != 0 && in vm_object_page_remove()
2049 OBJPR_CLEANONLY : 0); in bufobj_invalbuf()