diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-01-31 11:56:53 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-01-31 11:56:53 +0000 |
| commit | eaf13dd73a6fe8d8d8555e4701e376dfbeedecc1 (patch) | |
| tree | c9f18606ca9dad33803440815b531bd3c9cb23eb /sys/vm/vm_object.h | |
| parent | 59a7338440a8e60534114cb4654cbe001c84f430 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 36bdb87fae45..e67460e2ea57 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.42 1998/01/17 09:16:56 dyson Exp $ + * $Id: vm_object.h,v 1.43 1998/01/22 17:30:40 dyson Exp $ */ /* @@ -97,6 +97,8 @@ struct vm_object { u_short paging_in_progress; /* Paging (in or out) so don't collapse or destroy */ u_short behavior; /* see below */ int resident_page_count; /* number of resident pages */ + int cache_count; /* number of cached pages */ + int wire_count; /* number of wired pages */ vm_ooffset_t paging_offset; /* Offset into paging space */ struct vm_object *backing_object; /* object that I'm a shadow of */ vm_ooffset_t backing_object_offset;/* Offset in backing object */ |
