Searched refs:bitmap_read (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_bitmap.c | 1320 r = bitmap_read(bitmap, i, nbits); in test_bitmap_write_helper() 1340 bitmap_read(NULL, 0, READ_ONCE(zero_bits)); in test_bitmap_read_write() 1348 bitmap_read(NULL, 0, READ_ONCE(bits_per_long) + 1); in test_bitmap_read_write() 1360 val = bitmap_read(bitmap, i, 5); in test_bitmap_read_write() 1364 val = bitmap_read(bitmap, i + 5, 3); in test_bitmap_read_write() 1367 val = bitmap_read(bitmap, i, 8); in test_bitmap_read_write() 1393 WRITE_ONCE(val, bitmap_read(bitmap, i, nbits)); in test_bitmap_read_perf()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-xilinx.c | 97 unsigned long value = bitmap_read(a, round_down(bit, 32), 32); in xgpio_write_ch() 380 enable = bitmap_read(chip->enable, round_down(bit, 32), 32); in xgpio_irq_mask() 408 enable = bitmap_read(chip->enable, round_down(bit, 32), 32); in xgpio_irq_unmask()
|
| /linux-6.15/include/linux/ |
| H A D | bitmap.h | 767 unsigned long bitmap_read(const unsigned long *map, unsigned long start, unsigned long nbits) in bitmap_read() function 830 bitmap_read(map, start, BITS_PER_BYTE)
|
| /linux-6.15/drivers/usb/typec/ucsi/ |
| H A D | ucsi.h | 419 bitmap_read((_map_), f.offset, f.size); \
|
| /linux-6.15/include/net/ |
| H A D | ip_tunnels.h | 273 ret = cpu_to_be16(bitmap_read(flags, 0, BITS_PER_TYPE(__be16))); in ip_tunnel_flags_to_be16()
|
| /linux-6.15/fs/btrfs/ |
| H A D | subpage.c | 670 *dst = bitmap_read(subpage->bitmaps, \
|