summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
diff options
context:
space:
mode:
authorMatthew Wilcox <mawilcox@microsoft.com>2018-06-07 17:10:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-06-07 17:34:39 -0700
commitb94078e69533ba237e2c229bca61bae47e6fafcc (patch)
tree2122fc9875a583326661ca72092b1b0f325d8ffd /drivers/iio/common
parentca1250bbd4e0b852cafbc94d4d2610171107b252 (diff)
downloadlinux-b94078e69533ba237e2c229bca61bae47e6fafcc.tar.gz
linux-b94078e69533ba237e2c229bca61bae47e6fafcc.tar.bz2
linux-b94078e69533ba237e2c229bca61bae47e6fafcc.zip
lib/idr.c: remove simple_ida_lock
Improve the scalability of the IDA by using the per-IDA xa_lock rather than the global simple_ida_lock. IDAs are not typically used in performance-sensitive locations, but since we have this lock anyway, we can use it. It is also a step towards converting the IDA from the radix tree to the XArray. [akpm@linux-foundation.org: idr.c needs xarray.h] Link: http://lkml.kernel.org/r/20180331125332.GF13332@bombadil.infradead.org Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/iio/common')
0 files changed, 0 insertions, 0 deletions