cvs commit: src/sys/kern kern_objcache.c

Nicolas Thery nth at crater.dragonflybsd.org
Sun Feb 3 05:40:44 PST 2008


nth         2008/02/03 05:37:56 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_objcache.c 
  Log:
  Store some empty magazines in depot at objcache creation time.  Without this,
  objects move between per-cpu caches and the underlying allocator without ever
  hitting the depot.
  
  Code-collaboration-with: Matthew Dillon <dillon at backplane.com>
  
  Revision  Changes    Path
  1.22      +25 -0     src/sys/kern/kern_objcache.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_objcache.c.diff?r1=1.21&r2=1.22&f=u





More information about the Commits mailing list