| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 24 static inline unsigned long ffz(unsigned long word) in ffz() function 248 return result + ffz(tmp); in find_next_zero_bit() 350 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit() 352 return result + ffz(__swab32(tmp)); in ext2_find_next_zero_bit()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 157 static __inline__ int ffz(unsigned int x) in ffz() function 270 return result + ffz(tmp); in find_next_zero_bit() 360 return result + ffz(tmp); in ext2_find_next_zero_bit()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | bitops.h | 685 static __inline__ unsigned long ffz(unsigned long word) in ffz() function 764 return result + ffz(tmp); in find_next_zero_bit() 877 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit() 879 return result + ffz(__swab32(tmp)); in ext2_find_next_zero_bit()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | bitops.h | 115 static inline unsigned long ffz(unsigned long word) in ffz() function 163 return result + ffz(tmp); in find_next_zero_bit()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | ffz.h | 11 #define ffz(x) __ffs(~(x)) macro
|
| /OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/ |
| H A D | __ffz.h | 10 #define ffz(x) __ffs(~(x)) macro
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | bitops.h | 45 #define ffz(x) __ffs(~(x)) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | bitops.h | 27 static inline unsigned long ffz(unsigned long word) in ffz() function
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dir_edit.c | 43 n = ffz(bitmap); in afs_find_contig_bits() 46 ffz((u32)bitmap) : in afs_find_contig_bits() 47 ffz((u32)(bitmap >> 32)) + 32; in afs_find_contig_bits()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | irq_pyxis.c | 82 i = ffz(~pld); in pyxis_device_interrupt()
|
| H A D | sys_rx164.c | 84 i = ffz(~pld); in rx164_device_interrupt()
|
| H A D | irq_i8259.c | 158 int j = ffz(~pic); in isa_no_iack_sc_device_interrupt()
|
| H A D | sys_eb64p.c | 78 i = ffz(~pld); in eb64p_device_interrupt()
|
| H A D | sys_mikasa.c | 80 i = ffz(~pld); in mikasa_device_interrupt()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_bit.c | 65 return result + ffz(tmp) - start_bit; in xfs_contig_bits()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pkeys.h | 105 ret = ffz(mm_pkey_allocation_map(mm)); in mm_pkey_alloc()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | bitops.h | 183 static inline long ffz(int x) in ffz() function
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | find_bit.c | 102 return min(idx * BITS_PER_LONG + ffz(addr[idx]), size); in find_first_zero_bit()
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | setup.c | 152 (13 + (ffz(PM_DEFAULT_MASK >> 13) / 2))); in xlp_mmu_init()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | bitops.h | 106 static inline unsigned long ffz(unsigned long word) in ffz() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | pkeys.h | 104 ret = ffz((u32)mm_pkey_allocation_map(mm)); in mm_pkey_alloc()
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | bitops.h | 26 static inline unsigned long ffz(unsigned long word) in ffz() function
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 122 static inline unsigned long ffz(unsigned long word) in ffz() function
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | bitops.h | 40 static inline int ffz(unsigned long x) in ffz() function
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | bitops.h | 131 static inline unsigned long ffz(unsigned long word) in ffz() function
|