Date: Sat, 31 Jan 2004 22:15:17 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200402010615.i116FHG5072743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2004/01/31 22:15:17 PST FreeBSD src repository Modified files: sys/vm uma_core.c Log: - Fix a problem where we did not drain the cache of buckets in the zone when uma_reclaim() was called. This was introduced when the zone working-set algorithm was removed in favor of using the per cpu caches as the working set. Revision Changes Path 1.91 +21 -8 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402010615.i116FHG5072743>