cvs commit: src/sys/vm uma_core.c

Robert Watson rwatson at FreeBSD.org
Sat Nov 6 03:43:31 PST 2004


rwatson     2004-11-06 11:43:30 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c 
  Log:
  Abstract the logic to look up the uma_bucket_zone given a desired
  number of entries into bucket_zone_lookup(), which helps make more
  clear the logic of consumers of bucket zones.
  
  Annotate the behavior of bucket_init() with a comment indicating
  how the various data structures, including the bucket lookup tables,
  are initialized.
  
  Revision  Changes    Path
  1.110     +23 -7     src/sys/vm/uma_core.c


More information about the cvs-all mailing list