git: kernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jan 21 12:15:42 PST 2010
commit 39208dbed2ff3bc6fd28ed1673670822362473b0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jan 21 11:40:29 2010 -0800
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.
Summary of changes:
sys/vm/vm_page.c | 4 +++-
sys/vm/vm_page.h | 1 +
2 files changed, 4 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39208dbed2ff3bc6fd28ed1673670822362473b0
--
DragonFly BSD source repository
More information about the Commits
mailing list