看板 DFBSD_commit 關於我們 聯絡資訊
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