mirror_zfs/include
behlendo a1502d76ae - Remove hash functionality from slab in favor of direct lookups
based of the spl_kmem_obj_t tacked on the end of each object.
  This actually isn't so back because we are now allocing large
  chunks for the slab and partitioning it ourselves.  So there's
  not a ton of wasted space.  We may suffer a performance hit
  however due to alignment issues.

- Remove remaining depenancies on the linux slab implementation.
  We're standing on our own now for better or worse.

- Rework slabs to be either kmem or vmem based.  If neither
  KMC_VMEM of KMC_KMEM are specified we make a decent guess
  about what will work best for their based on the object 
  size.  Additionally we provide a kmem_virt() function caller
  can use to see if they have a virtual or physical address.

- Minor fixups in the test suite.



git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@141 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-07-01 03:28:54 +00:00
..
fs Add missing headers 2008-03-14 00:04:01 +00:00
rpc Stub out some missing headers which are expected. I'll fill 2008-03-01 18:30:12 +00:00
sys - Remove hash functionality from slab in favor of direct lookups 2008-07-01 03:28:54 +00:00
util Add missing headers 2008-03-13 22:52:23 +00:00
vm Add missing headers 2008-03-14 00:04:01 +00:00
Makefile.am Reorganize /include/ to add a /sys/, this way we don't need to 2008-03-01 00:45:59 +00:00
spl-ctl.h Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
splat-ctl.h Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
strings.h More stub headers, 2008-03-04 18:22:31 +00:00
unistd.h More stub headers, 2008-03-04 18:22:31 +00:00