cvs commit: src/sys/vm swap_pager.c swap_pager.h
src/sys/compat/linprocfs linprocfs.c src/sys/compat/linux
linux_misc.c
Poul-Henning Kamp
phk at FreeBSD.org
Fri Jul 18 03:26:10 PDT 2003
phk 2003/07/18 03:26:09 PDT
FreeBSD src repository
Modified files:
sys/vm swap_pager.c swap_pager.h
sys/compat/linprocfs linprocfs.c
sys/compat/linux linux_misc.c
Log:
Add a new function swap_pager_status() which reports the total size of the
paging space and how much of it is in use (in pages).
Use this interface from the Linuxolator instead of groping around in the
internals of the swap_pager.
Revision Changes Path
1.67 +5 -8 src/sys/compat/linprocfs/linprocfs.c
1.145 +4 -8 src/sys/compat/linux/linux_misc.c
1.205 +17 -1 src/sys/vm/swap_pager.c
1.44 +1 -1 src/sys/vm/swap_pager.h
More information about the cvs-src
mailing list