Date: Fri, 18 Jul 2003 03:47:59 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c swap_pager.h vm_map.c Message-ID: <200307181047.h6IAlxj5098929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/07/18 03:47:59 PDT FreeBSD src repository Modified files: sys/vm swap_pager.c swap_pager.h vm_map.c Log: Move the implementation of the vmspace_swap_count() (used only in the "toss the largest process" emergency handling) from vm_map.c to swap_pager.c. The quantity calculated depends strongly on the internals of the swap_pager and by moving it, we no longer need to expose the internal metrics of the swap_pager to the world. Revision Changes Path 1.206 +65 -0 src/sys/vm/swap_pager.c 1.45 +0 -27 src/sys/vm/swap_pager.h 1.304 +0 -37 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307181047.h6IAlxj5098929>