kernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Jan 2010 19:40:29 +0000 (11:40 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Jan 2010 19:40:29 +0000 (11:40 -0800)
commit39208dbed2ff3bc6fd28ed1673670822362473b0
treef48754fd1724c6f6a40df14c3ea787e63dae5e4b
parentb867f3d925a1ec0a6ca979476d91b4613fb103da
kernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()

* This feature allocates a page like VM_ALLOC_NORMAL, retaining the same
  free queue limits, but is not allowed to dig into the cache queue.

* Will be used by the new swap_pager_getpage() code.
sys/vm/vm_page.c
sys/vm/vm_page.h