Searched refs:find_first_and_bit (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/include/linux/
H A Dfind.h130 #ifndef find_first_and_bit
132 * find_first_and_bit - find the first set bit in both memory regions
141 unsigned long find_first_and_bit(const unsigned long *addr1, function
/linux-master/tools/lib/
H A Dfind_bit.c80 #ifndef find_first_and_bit
/linux-master/include/linux/
H A Dfind.h323 #ifndef find_first_and_bit
325 * find_first_and_bit - find the first set bit in both memory regions
334 unsigned long find_first_and_bit(const unsigned long *addr1, function
411 bit = find_first_and_bit(addr1, addr2, offset);
H A Dcpumask.h187 return find_first_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits);
/linux-master/lib/
H A Dfind_bit_benchmark.c62 i = find_first_and_bit(cp, bitmap2, len);
66 pr_err("find_first_and_bit: %18llu ns, %6ld iterations\n", time, cnt);
H A Dfind_bit.c106 #ifndef find_first_and_bit

Completed in 134 milliseconds