Searched refs:for_each_clear_bitrange_from (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | find.h | 638 #define for_each_clear_bitrange_from(b, e, addr, size) \ macro
|
/openbmc/linux/ |
H A D | .clang-format | 217 - 'for_each_clear_bitrange_from'
|
/openbmc/linux/lib/ |
H A D | test_bitmap.c | 965 for_each_clear_bitrange_from(s, e, orig, 500) in test_for_each_clear_bitrange_from()
|
/openbmc/linux/mm/ |
H A D | percpu.c | 794 for_each_clear_bitrange_from(start, end, alloc_map, PCPU_BITMAP_BLOCK_BITS) in pcpu_block_refresh_hint() 1852 for_each_clear_bitrange_from(rs, re, chunk->populated, page_end) { in pcpu_alloc()
|