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

/linux-master/arch/arm/include/asm/
H A Dbitops.h249 static inline int find_first_zero_bit_le(const void *p, unsigned size) function
253 #define find_first_zero_bit_le find_first_zero_bit_le macro
/linux-master/include/linux/
H A Dfind.h494 static inline unsigned long find_first_zero_bit_le(const void *addr, function
521 #ifndef find_first_zero_bit_le
523 unsigned long find_first_zero_bit_le(const void *addr, unsigned long size) function
/linux-master/fs/minix/
H A Dminix.h167 #define minix_find_first_zero_bit find_first_zero_bit_le
/linux-master/lib/
H A Dfind_bit.c239 #ifndef find_first_zero_bit_le
/linux-master/fs/ext2/
H A Dext2.h818 #define ext2_find_first_zero_bit find_first_zero_bit_le

Completed in 165 milliseconds