Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2010 15:21:46 +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:  <201011061522.oA6FMpHW061618@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2010-11-06 15:21:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    share/man/man9       zone.9 
    sys/vm               uma.h uma_core.c 
  Log:
  SVN rev 214888 on 2010-11-06 15:21:46Z by lstewart
  
  MFC r213910:
  
  - 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
  
  Revision   Changes    Path
  1.28.2.3   +30 -9     src/share/man/man9/zone.9
  1.31.2.3   +11 -0     src/sys/vm/uma.h
  1.147.2.7  +24 -4     src/sys/vm/uma_core.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011061522.oA6FMpHW061618>