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
Makefile -rw-r--r-- 49 bytes
lockf.1 -rw-r--r-- 4.0 KB
lockf.c -rw-r--r-- 6.3 KB

back to top