DragonFly commits List (threaded) for 2008-02
DragonFly BSD
DragonFly commits List (threaded) for 2008-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern kern_objcache.c


From: Nicolas Thery <nth@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 3 Feb 2008 05:37:56 -0800 (PST)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]