Searched defs:find_first_bit (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/include/asm-generic/bitops/ |
| D | find.h | 75 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) macro
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | bitops.h | 202 #define find_first_bit(p,sz) _find_first_bit_le(p,sz) macro 211 #define find_first_bit(p,sz) _find_first_bit_be(p,sz) macro
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | bitops.h | 204 #define find_first_bit(p,sz) _find_first_bit_le(p,sz) macro 213 #define find_first_bit(p,sz) _find_first_bit_be(p,sz) macro
|
| /kernel/linux/linux-5.10/tools/lib/ |
| D | find_bit.c | 79 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | find.h | 118 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
|
| /kernel/linux/linux-5.10/lib/ |
| D | find_bit.c | 107 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | bitops.h | 388 static inline int find_first_bit(const unsigned long *vaddr, unsigned size) in find_first_bit() function 411 #define find_first_bit find_first_bit macro
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | bitops.h | 373 static inline int find_first_bit(const unsigned long *vaddr, unsigned size) in find_first_bit() function 396 #define find_first_bit find_first_bit macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | find.h | 200 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
|