aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-04-20 07:23:22 +0000
committerAlan Cox <alc@FreeBSD.org>2002-04-20 07:23:22 +0000
commita569838764665c3655d359e414236ca8ca7e8a38 (patch)
treeecd9967c03b704767150a51c3172dbb0ece35798 /sys/vm/vm_object.h
parent32eb065e64cb21aa2eec47d29d7f8356591948d1 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 1256e850c0630..62244a91a8f02 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -160,6 +160,7 @@ struct vm_object {
TAILQ_HEAD(object_q, vm_object);
extern struct object_q vm_object_list; /* list of allocated objects */
+extern struct mtx vm_object_list_mtx; /* lock for object list and count */
extern vm_object_t kernel_object; /* the single kernel object */
extern vm_object_t kmem_object;