Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2002 23:17:06 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_subr.c src/sys/vm vm_fault.c vm_object.c vm_page.c
Message-ID:  <200212290717.gBT7H6Pt042710@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/12/28 23:17:06 PST

  Modified files:
    sys/kern             kern_subr.c 
    sys/vm               vm_fault.c vm_object.c vm_page.c 
  Log:
  Reduce the number of times that we acquire and release the page queues
  lock by making vm_page_rename()'s caller, rather than vm_page_rename(),
  responsible for acquiring it.
  
  Revision  Changes    Path
  1.66      +0 -2      src/sys/kern/kern_subr.c
  1.159     +0 -2      src/sys/vm/vm_fault.c
  1.251     +2 -2      src/sys/vm/vm_object.c
  1.230     +0 -2      src/sys/vm/vm_page.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212290717.gBT7H6Pt042710>