jeff 1980616f65 - Add a new UMA API: uma_zcache_create(). This makes a zone without any
backing memory that is only a container for per-cpu caches of arbitrary
   pointer items.  These zones have no kegs.
 - Convert the regular keg based allocator to use the new import/release
   functions.
 - Move some stats to be atomics since they would require excessive zone
   locking/unlocking with the new import/release paradigm.  Make
   zone_free_item simpler now that callers can manage more stats.
 - Check for these cache-only zones in the public APIs and debugging
   code by checking zone_first_keg() against NULL.

Sponsored by:	EMC / Isilong Storage Division
2013-06-17 03:43:47 +00:00
..
2013-06-12 07:07:06 +00:00
2013-06-08 13:30:13 +00:00
2013-06-13 18:46:49 +00:00
2013-06-16 16:01:24 +00:00
2013-06-14 23:04:31 +00:00
2013-05-12 16:43:26 +00:00
2013-06-01 12:21:59 +00:00
2013-04-17 11:45:15 +00:00
2013-06-16 10:48:47 +00:00
MFC
2013-02-21 21:59:35 +00:00
2013-05-31 00:43:41 +00:00
MFC
2013-03-13 01:05:42 +00:00