Searched refs:find_next_zero_bit_le (Results 1 - 18 of 18) sorted by relevance
/linux-4.4.14/include/asm-generic/bitops/ |
H A D | le.h | 11 static inline unsigned long find_next_zero_bit_le(const void *addr, find_next_zero_bit_le() function 33 #ifndef find_next_zero_bit_le 34 extern unsigned long find_next_zero_bit_le(const void *addr, 45 find_next_zero_bit_le((addr), (size), 0)
|
/linux-4.4.14/lib/ |
H A D | find_bit.c | 148 #if !defined(find_next_bit_le) || !defined(find_next_zero_bit_le) _find_next_bit_le() 175 #ifndef find_next_zero_bit_le find_next_zero_bit_le() 176 unsigned long find_next_zero_bit_le(const void *addr, unsigned find_next_zero_bit_le() function 181 EXPORT_SYMBOL(find_next_zero_bit_le); variable
|
/linux-4.4.14/arch/avr32/kernel/ |
H A D | avr32_ksyms.c | 62 EXPORT_SYMBOL(find_next_zero_bit_le); variable
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/linux/ |
H A D | lustre_compat25.h | 78 # define ext2_find_next_zero_bit find_next_zero_bit_le
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | bitops.h | 303 extern unsigned long find_next_zero_bit_le(const void *addr, 305 #define find_next_zero_bit_le find_next_zero_bit_le macro
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | bitops.h | 326 static inline int find_next_zero_bit_le(const void *p, int size, int offset) find_next_zero_bit_le() function 330 #define find_next_zero_bit_le find_next_zero_bit_le macro
|
/linux-4.4.14/fs/nilfs2/ |
H A D | alloc.h | 79 #define nilfs_find_next_zero_bit find_next_zero_bit_le
|
/linux-4.4.14/drivers/nvdimm/ |
H A D | label.c | 217 for ((bit) = find_next_zero_bit_le((addr), (size), 0); \ 219 (bit) = find_next_zero_bit_le((addr), (size), (bit) + 1))
|
/linux-4.4.14/fs/ufs/ |
H A D | util.h | 411 pos = find_next_zero_bit_le(ubh->bh[base]->b_data, count, offset); _ubh_find_next_zero_bit_()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-log.c | 739 *region = find_next_zero_bit_le(lc->sync_bits, core_get_resync_work()
|
/linux-4.4.14/fs/f2fs/ |
H A D | dir.c | 479 zero_start = find_next_zero_bit_le(bitmap, max_slots, bit_start); room_for_filename()
|
H A D | segment.h | 594 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, check_block_count()
|
/linux-4.4.14/fs/ocfs2/ |
H A D | ocfs2.h | 881 #define ocfs2_find_next_zero_bit find_next_zero_bit_le
|
/linux-4.4.14/fs/ext2/ |
H A D | ext2.h | 831 #define ext2_find_next_zero_bit find_next_zero_bit_le
|
/linux-4.4.14/drivers/media/rc/ |
H A D | ite-cir.c | 200 next_zero = find_next_zero_bit_le(ldata, size, next_one + 1); ite_decode_bytes()
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 1255 i = find_next_zero_bit_le(p_addr, __bm_find_next()
|
/linux-4.4.14/fs/ext4/ |
H A D | ext4.h | 1119 #define ext4_find_next_zero_bit find_next_zero_bit_le
|
/linux-4.4.14/fs/reiserfs/ |
H A D | reiserfs.h | 3394 #define reiserfs_find_next_zero_le_bit find_next_zero_bit_le
|
Completed in 455 milliseconds