Date: Sat, 16 Oct 2010 04:41: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: <201010160443.o9G4hFIx088296@repoman.freebsd.org>
index | next in thread | raw e-mail
lstewart 2010-10-16 04:41:45 UTC
FreeBSD src repository
Modified files:
share/man/man9 zone.9
sys/vm uma.h uma_core.c
Log:
SVN rev 213911 on 2010-10-16 04:41:45Z by lstewart
Change uma_zone_set_max to return the effective value of "nitems" after
rounding. The same value can also be obtained with uma_zone_get_max, but this
change avoids a caller having to make two back-to-back calls.
Sponsored by: FreeBSD Foundation
Reviewed by: gnn, jhb
Revision Changes Path
1.31 +4 -4 src/share/man/man9/zone.9
1.38 +3 -2 src/sys/vm/uma.h
1.164 +4 -2 src/sys/vm/uma_core.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010160443.o9G4hFIx088296>
