Searched refs:OBJPR_CLEANONLY (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_object.h219 #define OBJPR_CLEANONLY 0x1 /* Don't remove dirty pages. */ macro
H A Dvm_object.c1130 flags = OBJPR_CLEANONLY;
1940 * OBJPR_CLEANONLY. As a special case, if "end" is zero, then the range
1942 * OBJPR_CLEANONLY is specified, then only the non-dirty pages within the
1953 * backed pages. In both of these cases, the option OBJPR_CLEANONLY must
1968 (options & (OBJPR_CLEANONLY | OBJPR_NOTMAPPED)) == OBJPR_NOTMAPPED,
1990 * however, be invalidated if the option OBJPR_CLEANONLY is
2004 if ((options & OBJPR_CLEANONLY) == 0) {
2018 if ((options & OBJPR_CLEANONLY) != 0 && p->valid != 0) {
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c393 return (linux_invalidate_mapping_pages_sub(obj, start, end, OBJPR_CLEANONLY));
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c1736 OBJPR_CLEANONLY : 0);

Completed in 276 milliseconds