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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to