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

/freebsd-11-stable/sys/vm/
H A Dvm_object.h220 #define OBJPR_NOTMAPPED 0x2 /* Don't unmap pages. */ macro
H A Dvm_object.c1122 * The option OBJPR_NOTMAPPED must be passed here
1126 flags = OBJPR_NOTMAPPED;
1943 * specified range are affected. If the option OBJPR_NOTMAPPED is
1954 * not be specified and the option OBJPR_NOTMAPPED must be specified.
1968 (options & (OBJPR_CLEANONLY | OBJPR_NOTMAPPED)) == OBJPR_NOTMAPPED,
2001 if ((options & OBJPR_NOTMAPPED) == 0 &&
2019 if ((options & OBJPR_NOTMAPPED) == 0 &&
2025 if ((options & OBJPR_NOTMAPPED) == 0 && object->ref_count != 0)
H A Dvm_map.c3019 * The option OBJPR_NOTMAPPED can be passed here
3025 OBJPR_NOTMAPPED);

Completed in 62 milliseconds