Searched refs:ext2_find_next_zero_bit (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 325 ext2_find_next_zero_bit((addr), (size), 0) 327 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 302 ext2_find_next_zero_bit((addr), (size), 0) 304 static inline unsigned long ext2_find_next_zero_bit(void *addr, in ext2_find_next_zero_bit() function
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | bitops.h | 830 ext2_find_next_zero_bit((addr), (size), 0) 832 static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned long size, unsigned lo… in ext2_find_next_zero_bit() function 888 #define ext2_find_next_zero_bit(addr, size, offset) \ macro
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 158 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | bitops.h | 179 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | bitops.h | 182 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bitops.h | 397 #define ext2_find_next_zero_bit find_next_zero_bit macro
|
| /rk3399_rockchip-uboot/net/ |
| H A D | tftp.c | 394 tftp_cur_block = ext2_find_next_zero_bit( in tftp_send() 623 tftp_mcast_prev_hole = ext2_find_next_zero_bit( in tftp_handler()
|