git: kernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()

看板DFBSD_commit作者時間16年前 (2010/01/22 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BMBdAUQ (DFBSD_commit)