Store some empty magazines in depot at objcache creation time. Without this,
authorNicolas Thery <nth@dragonflybsd.org>
Sun, 3 Feb 2008 13:37:56 +0000 (13:37 +0000)
committerNicolas Thery <nth@dragonflybsd.org>
Sun, 3 Feb 2008 13:37:56 +0000 (13:37 +0000)
commit1a21fef54c0a0a69df18811ea572cf5a76e35e30
treee597161326c040f15b52bab1aea4b26ae9951951
parent3b95c7e5925bce40a33043664c7bae93bb43b44b
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>
sys/kern/kern_objcache.c