Home
last modified time | relevance | path

Searched refs:for_each_set_bit_wrap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dfind.h653 #define for_each_set_bit_wrap(bit, addr, size, start) \ macro
H A Dcpumask.h316 for_each_set_bit_wrap(cpu, cpumask_bits(mask), small_cpumask_bits, start)
/openbmc/linux/lib/
H A Dtest_bitmap.c759 for_each_set_bit_wrap(bit, orig, 500, wr) in test_for_each_set_bit_wrap()