summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-06 23:48:04 +0000
committerattilio <attilio@FreeBSD.org>2013-02-06 23:48:04 +0000
commit950536d7a448631b59ddad27e46bf02778ddc49b (patch)
treefe68488a00e87d6b827f9f31ed3b02057c9750fa /sys/vm/vm_object.h
parenta9b1d0bc50cdfb8b77a126252440cdee76442be8 (diff)
downloadFreeBSD-src-950536d7a448631b59ddad27e46bf02778ddc49b.zip
FreeBSD-src-950536d7a448631b59ddad27e46bf02778ddc49b.tar.gz
Reformat comments to follow original version and re-add correct
locking flags.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 782e5c1..9e86307 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -102,8 +102,8 @@ struct vm_object {
LIST_HEAD(, vm_object) shadow_head; /* objects that this is a shadow for */
LIST_ENTRY(vm_object) shadow_list; /* chain of shadow objects */
TAILQ_HEAD(, vm_page) memq; /* list of resident pages */
- struct vm_radix rtree; /* root of the resident page radix index tree */
- struct vm_radix cache; /* root of the cache page radix index tree */
+ struct vm_radix rtree; /* root of the resident page radix trie*/
+ struct vm_radix cache; /* (o + f) root of the cache page radix trie */
vm_pindex_t size; /* Object size */
int generation; /* generation ID */
int ref_count; /* How many refs?? */
OpenPOWER on IntegriCloud