summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-07-18 05:21:34 +0000
committeralc <alc@FreeBSD.org>2012-07-18 05:21:34 +0000
commite5949174d4c7e5390bbcdfed87017d0a92326427 (patch)
treeab1f9e2eab50123e75b91ebed76bc286186d79b8 /sys/vm/vm_pageout.h
parent1a9d4d87e6ea943994c086e437518bbcb31d100a (diff)
downloadFreeBSD-src-e5949174d4c7e5390bbcdfed87017d0a92326427.zip
FreeBSD-src-e5949174d4c7e5390bbcdfed87017d0a92326427.tar.gz
Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar
code resides. Rename vm_contig_grow_cache() to vm_pageout_grow_cache(). Reviewed by: kib
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 6897bbb..c7b4e90 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -101,10 +101,8 @@ extern void vm_wait(void);
extern void vm_waitpfault(void);
#ifdef _KERNEL
-boolean_t vm_pageout_fallback_object_lock(vm_page_t, vm_page_t *);
int vm_pageout_flush(vm_page_t *, int, int, int, int *, boolean_t *);
+void vm_pageout_grow_cache(int, vm_paddr_t, vm_paddr_t);
void vm_pageout_oom(int shortage);
-boolean_t vm_pageout_page_lock(vm_page_t, vm_page_t *);
-void vm_contig_grow_cache(int, vm_paddr_t, vm_paddr_t);
#endif
#endif /* _VM_VM_PAGEOUT_H_ */
OpenPOWER on IntegriCloud