Date: Sun, 29 Aug 2004 20:14:10 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c Message-ID: <200408292014.i7TKEA0J070320@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-08-29 20:14:10 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: Move the acquisition and release of the lock on the object at the head of the shadow chain outside of the loop in vm_object_madvise(), reducing the number of times that this lock is acquired and released. Revision Changes Path 1.332 +12 -4 src/sys/vm/vm_object.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408292014.i7TKEA0J070320>