summaryrefslogtreecommitdiff
path: root/vm/vm_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_page.h')
-rw-r--r--vm/vm_page.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vm/vm_page.h b/vm/vm_page.h
index f13b0af9..e50b8b62 100644
--- a/vm/vm_page.h
+++ b/vm/vm_page.h
@@ -183,6 +183,10 @@ extern
int vm_page_laundry_count; /* How many pages being laundered? */
extern
int vm_page_external_limit; /* Max number of pages for external objects */
+extern
+int vm_page_too_dirty; /* Pages on hold due to dirty limit */
+extern
+int vm_page_dirty_count; /* How many pages are (potentially) dirty? */
/* Only objects marked with the extcounted bit are included in this total.
Pages which we scan for possible pageout, but which are not actually
@@ -190,6 +194,8 @@ int vm_page_external_limit; /* Max number of pages for external objects */
in this way. */
extern
int vm_page_external_count; /* How many pages for external objects? */
+extern
+int vm_page_external_target;/* How many external pages do we want? */