cvs commit: src/sys/vm vm_page.c
Alan Cox
alc at FreeBSD.org
Wed Feb 14 07:05:56 UTC 2007
alc 2007-02-14 07:05:55 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
Avoid the unnecessary acquisition of the free page queues lock when a page
is actually being added to the hold queue, not the free queue. At the same
time, avoid unnecessary tests to wake up threads waiting for free memory
and the idle thread that zeroes free pages. (These tests will be performed
later when the page finally moves from the hold queue to the free queue.)
Revision Changes Path
1.337 +5 -4 src/sys/vm/vm_page.c
More information about the cvs-src
mailing list