Brian Behlendorf 1a944a7d0b kmem slab fixes
- spl_slab_reclaim() 'continue' changed back to 'break' from commit
  37db7d8cf9936e6d2851a4329c11efcd9f61305c.  The original was correct,
  I have added a comment to ensure this does not happen again.
- spl_slab_reclaim() further optimized by moving the destructor call
  in spl_slab_free() outside the skc->skc_lock.  This minimizes the
  length of time the spin lock is held, allows the destructors to
  be invoked concurrently for different objects, and as a bonus makes
  it safe (although unwise) to sleep in the destructors.
2009-02-13 10:28:55 -08:00
2009-02-12 14:45:22 -08:00
2009-02-12 14:45:22 -08:00
2009-02-12 14:45:22 -08:00
2009-02-12 14:45:22 -08:00
2009-02-13 10:28:55 -08:00
2008-11-24 23:49:18 +00:00
2009-02-05 13:43:45 -08:00
2009-02-12 15:04:36 -08:00
2009-02-12 15:04:36 -08:00
2008-07-09 19:11:29 +00:00
2009-02-12 14:45:22 -08:00
2009-02-05 13:43:45 -08:00
Description
freebsd with flexible iflib nic queues
2.6 GiB
Languages
C 60.1%
C++ 26.1%
Roff 4.9%
Shell 3%
Assembly 1.7%
Other 3.7%