Date: Sat, 16 Oct 2010 04:14:45 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man9 zone.9 src/sys/vm uma.h uma_core.c Message-ID: <201010160415.o9G4Fvfv086313@repoman.freebsd.org>
index | next in thread | raw e-mail
lstewart 2010-10-16 04:14:45 UTC
FreeBSD src repository
Modified files:
share/man/man9 zone.9
sys/vm uma.h uma_core.c
Log:
SVN rev 213910 on 2010-10-16 04:14:45Z by lstewart
- Simplify implementation of uma_zone_get_max.
- Add uma_zone_get_cur which returns the current approximate occupancy of
a zone. This is useful for providing stats via sysctl amongst other things.
Sponsored by: FreeBSD Foundation
Reviewed by: gnn, jhb
MFC after: 2 weeks
Revision Changes Path
1.30 +30 -9 src/share/man/man9/zone.9
1.37 +11 -0 src/sys/vm/uma.h
1.163 +24 -4 src/sys/vm/uma_core.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010160415.o9G4Fvfv086313>
