Home
last modified time | relevance | path

Searched refs:ffz (Results 1 – 25 of 86) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dbitops.h24 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 Dbitops.h157 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 Dbitops.h685 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 Dbitops.h115 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 Dffz.h11 #define ffz(x) __ffs(~(x)) macro
/OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/
H A D__ffz.h10 #define ffz(x) __ffs(~(x)) macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dbitops.h45 #define ffz(x) __ffs(~(x)) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dbitops.h27 static inline unsigned long ffz(unsigned long word) in ffz() function
/OK3568_Linux_fs/kernel/fs/afs/
H A Ddir_edit.c43 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 Dirq_pyxis.c82 i = ffz(~pld); in pyxis_device_interrupt()
H A Dsys_rx164.c84 i = ffz(~pld); in rx164_device_interrupt()
H A Dirq_i8259.c158 int j = ffz(~pic); in isa_no_iack_sc_device_interrupt()
H A Dsys_eb64p.c78 i = ffz(~pld); in eb64p_device_interrupt()
H A Dsys_mikasa.c80 i = ffz(~pld); in mikasa_device_interrupt()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bit.c65 return result + ffz(tmp) - start_bit; in xfs_contig_bits()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpkeys.h105 ret = ffz(mm_pkey_allocation_map(mm)); in mm_pkey_alloc()
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dbitops.h183 static inline long ffz(int x) in ffz() function
/OK3568_Linux_fs/kernel/tools/lib/
H A Dfind_bit.c102 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 Dsetup.c152 (13 + (ffz(PM_DEFAULT_MASK >> 13) / 2))); in xlp_mmu_init()
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dbitops.h106 static inline unsigned long ffz(unsigned long word) in ffz() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpkeys.h104 ret = ffz((u32)mm_pkey_allocation_map(mm)); in mm_pkey_alloc()
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dbitops.h26 static inline unsigned long ffz(unsigned long word) in ffz() function
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dbitops.h122 static inline unsigned long ffz(unsigned long word) in ffz() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dbitops.h40 static inline int ffz(unsigned long x) in ffz() function
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dbitops.h131 static inline unsigned long ffz(unsigned long word) in ffz() function

1234