Searched refs:_find_next_bit (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | find.h | 11 unsigned long _find_next_bit(const unsigned long *addr1, unsigned long nbits, 46 return _find_next_bit(addr, size, offset); in find_next_bit()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | find.c | 34 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit() function
|
| /linux/rust/helpers/ |
| H A D | bitops.c | 60 unsigned long _find_next_bit(const unsigned long *addr, unsigned long size, in _find_next_bit() function
|
| /linux/tools/lib/ |
| H A D | find_bit.c | 103 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit() function
|
| /linux/rust/kernel/ |
| H A D | bitmap.rs | 473 let index = unsafe { bindings::_find_next_bit(self.as_ptr(), self.len(), start) }; in next_bit()
|