Add an alignment feature to vm_map_findspace(). This feature will be used
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 25 Aug 2003 17:01:13 +0000 (17:01 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 25 Aug 2003 17:01:13 +0000 (17:01 +0000)
commite9bb90e8f8c0547185941fa40083a0230f0b616f
tree9fc3a399227db573a636aa3f0481f749835707bd
parentef73cf6c69efe7129346304d69a49346a364f46b
Add an alignment feature to vm_map_findspace().  This feature will be used
primarily by the upcoming slab allocator but has many applications.

Use the alignment feature in the buffer cache to hopefully reduce
fragmentation.
sys/kern/vfs_bio.c
sys/vm/vm_kern.c
sys/vm/vm_map.c
sys/vm/vm_map.h
sys/vm/vm_page.c