Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/bitops/
H A Dle.h24 static inline unsigned long find_first_zero_bit_le(const void *addr, in find_first_zero_bit_le() function
44 #ifndef find_first_zero_bit_le
45 #define find_first_zero_bit_le(addr, size) \ macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dbitops.h247 static inline int find_first_zero_bit_le(const void *p, unsigned size) in find_first_zero_bit_le() function
251 #define find_first_zero_bit_le find_first_zero_bit_le macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dbitops.h249 static inline int find_first_zero_bit_le(const void *p, unsigned size) in find_first_zero_bit_le() function
253 #define find_first_zero_bit_le find_first_zero_bit_le macro
/kernel/linux/linux-6.6/include/linux/
H A Dfind.h494 static inline unsigned long find_first_zero_bit_le(const void *addr, in find_first_zero_bit_le() function
521 #ifndef find_first_zero_bit_le
523 unsigned long find_first_zero_bit_le(const void *addr, unsigned long size) in find_first_zero_bit_le() function
/kernel/linux/linux-5.10/fs/minix/
H A Dminix.h165 #define minix_find_first_zero_bit find_first_zero_bit_le
/kernel/linux/linux-6.6/fs/minix/
H A Dminix.h167 #define minix_find_first_zero_bit find_first_zero_bit_le
/kernel/linux/linux-6.6/lib/
H A Dfind_bit.c239 #ifndef find_first_zero_bit_le
/kernel/linux/linux-5.10/fs/ext2/
H A Dext2.h820 #define ext2_find_first_zero_bit find_first_zero_bit_le
/kernel/linux/linux-6.6/fs/ext2/
H A Dext2.h823 #define ext2_find_first_zero_bit find_first_zero_bit_le

Completed in 8 milliseconds