Revision 0ddd204a102bed6294b531f5b48107275e484e10 authored by John Baldwin on 25 January 2010, 18:15:10 UTC, committed by John Baldwin on 25 January 2010, 18:15:10 UTC
Implement a mechanism within vm_phys_alloc_contig() to defer all necessary
calls to vdrop() until after the free page queues lock is released.  This
eliminates repeatedly releasing and reacquiring the free page queues lock
each time the last cached page is reclaimed from a vnode-backed object.

Approved by:	re (kib)
1 parent ac7ff8a
History
File Mode Size
arch
common
lint1
lint2
llib
xlint
Makefile -rw-r--r-- 185 bytes
Makefile.inc -rw-r--r-- 243 bytes

back to top