aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bitmap.c
diff options
context:
space:
mode:
authorSyed Nayyar Waris <[email protected]>2024-03-27 15:23:38 +0000
committerDavid S. Miller <[email protected]>2024-04-01 09:49:27 +0000
commit63c15822b8dd02a2423cfd92232245ace3f7a11b (patch)
tree60804acc5c6041a115c913ac9f456aa60a893bbf /lib/test_bitmap.c
parentMerge branch 'add-property-in-dwmac-stm32-documentation' (diff)
downloadkernel-63c15822b8dd02a2423cfd92232245ace3f7a11b.tar.gz
kernel-63c15822b8dd02a2423cfd92232245ace3f7a11b.zip
lib/bitmap: add bitmap_{read,write}()
The two new functions allow reading/writing values of length up to BITS_PER_LONG bits at arbitrary position in the bitmap. The code was taken from "bitops: Introduce the for_each_set_clump macro" by Syed Nayyar Waris with a number of changes and simplifications: - instead of using roundup(), which adds an unnecessary dependency on <linux/math.h>, we calculate space as BITS_PER_LONG-offset; - indentation is reduced by not using else-clauses (suggested by checkpatch for bitmap_get_value()); - bitmap_get_value()/bitmap_set_value() are renamed to bitmap_read() and bitmap_write(); - some redundant computations are omitted. Cc: Arnd Bergmann <[email protected]> Signed-off-by: Syed Nayyar Waris <[email protected]> Signed-off-by: William Breathitt Gray <[email protected]> Link: https://lore.kernel.org/lkml/fe12eedf3666f4af5138de0e70b67a07c7f40338.1592224129.git.syednwaris@gmail.com/ Suggested-by: Yury Norov <[email protected]> Co-developed-by: Alexander Potapenko <[email protected]> Signed-off-by: Alexander Potapenko <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Yury Norov <[email protected]> Signed-off-by: Yury Norov <[email protected]> Signed-off-by: Alexander Lobakin <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_bitmap.c')
0 files changed, 0 insertions, 0 deletions