aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-07-16 15:27:27 +0000
committerMark Johnston <markj@FreeBSD.org>2022-07-17 11:09:48 +0000
commit5d32157d4e5c2dfda5ca39d40bf4620b04fc2b29 (patch)
tree50de24b6ad74ec52fed96b33cce1e0ca1e1c318c /sys/vm/vm_object.h
parent6226f8f254270550cf3cfae31ade48d752d1d50f (diff)
downloadsrc-5d32157d4e5c2dfda5ca39d40bf4620b04fc2b29.tar.gz
src-5d32157d4e5c2dfda5ca39d40bf4620b04fc2b29.zip
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 80e84dcabf98..719198637726 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -202,7 +202,8 @@ struct vm_object {
#define OBJ_SIZEVNLOCK 0x0040 /* lock vnode to check obj size */
#define OBJ_PG_DTOR 0x0080 /* dont reset object, leave that for dtor */
#define OBJ_SHADOWLIST 0x0100 /* Object is on the shadow list. */
-#define OBJ_SWAP 0x0200 /* object swaps */
+#define OBJ_SWAP 0x0200 /* object swaps, type will be OBJT_SWAP
+ or dynamically registered */
#define OBJ_SPLIT 0x0400 /* object is being split */
#define OBJ_COLLAPSING 0x0800 /* Parent of collapse. */
#define OBJ_COLORED 0x1000 /* pg_color is defined */