Get rid of VM_WAIT and VM_WAITPFAULT crud, replace with calls to
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 20 May 2004 22:42:25 +0000 (22:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 20 May 2004 22:42:25 +0000 (22:42 +0000)
commit659c6a0727e807d1c0be4d44db5de860994bc35f
treeda1224cb8df0bc9bfde4ed23a31eec4b733635a7
parenta441ad78299d6c7732db62b87cc93d2df1881e49
Get rid of VM_WAIT and VM_WAITPFAULT crud, replace with calls to
vm_wait() and vm_waitpfault().  This is a non-operational change.

vm_page.c now uses the _vm_page_list_find() inline (which itself is only
in vm_page.c) for various critical path operations.
sys/kern/uipc_syscalls.c
sys/kern/vfs_bio.c
sys/vm/swap_pager.c
sys/vm/vm_fault.c
sys/vm/vm_glue.c
sys/vm/vm_kern.c
sys/vm/vm_page.c
sys/vm/vm_pageout.h