DragonFly commits List (threaded) for 2010-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()
commit 39208dbed2ff3bc6fd28ed1673670822362473b0
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]