aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/sysmacros.h
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2015-07-23 13:45:31 -0700
committerBrian Behlendorf <[email protected]>2015-07-24 11:11:45 -0700
commit4699d76d19f1ff4a59c16c10b2aedab6f5054a73 (patch)
tree0d2ea9341b6312b7c7e31400d9128a579df66412 /include/sys/sysmacros.h
parent62aa81a5776c0bc35f05f8923ea3e293527b5264 (diff)
Remove skc_ref from alloc/free paths
As described in spl_kmem_cache_destroy() the ->skc_ref count was added to address the case of a cache reap or grow racing with a destroy. They are not strictly needed in the alloc/free paths because consumers of the cache are responsible for not using it while it's being destroyed. Removing this code is desirable because there is some evidence that contention on this atomic negative impacts performance on large-scale NUMA systems. Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Tim Chase <[email protected]> Issue #463
Diffstat (limited to 'include/sys/sysmacros.h')
0 files changed, 0 insertions, 0 deletions