summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-02-08 19:00:15 +0000
committerdillon <dillon@FreeBSD.org>1999-02-08 19:00:15 +0000
commit139adb1b8fbf79c6a80d10ffc5e02b1c4e74901a (patch)
tree3dd506ba9c6bcdad0a3d51cd988e553a56661b28 /sys/vm/vm_object.h
parent9dfb38d4fe31e516dba4de3c0ea5b9d98a19cd1b (diff)
downloadFreeBSD-src-139adb1b8fbf79c6a80d10ffc5e02b1c4e74901a.zip
FreeBSD-src-139adb1b8fbf79c6a80d10ffc5e02b1c4e74901a.tar.gz
Revamp vm_object_[q]collapse(). Despite the complexity of this patch,
no major operational changes were made. The three core object->memq loops were moved into a single inline procedure and various operational characteristics of the collapse function were documented.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 5e45693..0a316c8 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.h,v 1.52 1999/01/21 08:29:12 dillon Exp $
+ * $Id: vm_object.h,v 1.53 1999/01/21 09:51:21 dillon Exp $
*/
/*
@@ -249,7 +249,6 @@ vm_object_t vm_object_allocate __P((objtype_t, vm_size_t));
void _vm_object_allocate __P((objtype_t, vm_size_t, vm_object_t));
boolean_t vm_object_coalesce __P((vm_object_t, vm_pindex_t, vm_size_t, vm_size_t));
void vm_object_collapse __P((vm_object_t));
-void vm_object_copy __P((vm_object_t, vm_pindex_t, vm_object_t *, vm_pindex_t *, boolean_t *));
void vm_object_deallocate __P((vm_object_t));
void vm_object_terminate __P((vm_object_t));
void vm_object_vndeallocate __P((vm_object_t));
OpenPOWER on IntegriCloud