summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-12-11 00:07:19 +0000
committerattilio <attilio@FreeBSD.org>2012-12-11 00:07:19 +0000
commitbe719e9167493128d6cfb96e88f086bbe9fcf78f (patch)
treeddc8280cbd12a14c57757a887ed78be9d6e3e35d /sys/vm/vm_object.h
parent64eaf39fd71abeb3fcf08a18afcbe84d8d7251f8 (diff)
parentf972d172c070d04250d35a0e4f56cf0242bbb098 (diff)
downloadFreeBSD-src-be719e9167493128d6cfb96e88f086bbe9fcf78f.zip
FreeBSD-src-be719e9167493128d6cfb96e88f086bbe9fcf78f.tar.gz
MFC
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index a386150..6aee2bc 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -167,6 +167,8 @@ struct vm_object {
/*
* Flags
*/
+#define OBJ_FICTITIOUS 0x0001 /* (c) contains fictitious pages */
+#define OBJ_UNMANAGED 0x0002 /* (c) contains unmanaged pages */
#define OBJ_ACTIVE 0x0004 /* active objects */
#define OBJ_DEAD 0x0008 /* dead objects (during rundown) */
#define OBJ_NOSPLIT 0x0010 /* dont split this object */
OpenPOWER on IntegriCloud