Searched refs:find_first_zero_bit_le (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/asm-generic/bitops/
H A Dle.h23 static inline unsigned long find_first_zero_bit_le(const void *addr, find_first_zero_bit_le() function
43 #ifndef find_first_zero_bit_le
44 #define find_first_zero_bit_le(addr, size) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dbitops.h320 static inline int find_first_zero_bit_le(const void *p, unsigned size) find_first_zero_bit_le() function
324 #define find_first_zero_bit_le find_first_zero_bit_le macro
/linux-4.1.27/fs/minix/
H A Dminix.h165 #define minix_find_first_zero_bit find_first_zero_bit_le
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_compat25.h181 # define ext2_find_first_zero_bit find_first_zero_bit_le
/linux-4.1.27/fs/ext2/
H A Dext2.h819 #define ext2_find_first_zero_bit find_first_zero_bit_le

Completed in 160 milliseconds