| /linux-4.4.14/arch/sh/include/asm/ | 
| D | bitops.h | 27 static inline unsigned long ffz(unsigned long word)  in ffz()  function 61 static inline unsigned long ffz(unsigned long word)  in ffz()  function
  | 
| /linux-4.4.14/include/asm-generic/bitops/ | 
| D | ffz.h | 10 #define ffz(x)  __ffs(~(x))  macro
  | 
| /linux-4.4.14/arch/c6x/include/asm/ | 
| D | bitops.h | 48 #define ffz(x) __ffs(~(x))  macro
  | 
| /linux-4.4.14/arch/cris/include/arch-v32/arch/ | 
| D | bitops.h | 40 ffz(unsigned long w)  in ffz()  function
  | 
| /linux-4.4.14/arch/cris/include/arch-v10/arch/ | 
| D | bitops.h | 43 static inline unsigned long ffz(unsigned long w)  in ffz()  function
  | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | bitops.h | 38 static inline unsigned long ffz(unsigned long word)  in ffz()  function
  | 
| /linux-4.4.14/arch/h8300/include/asm/ | 
| D | bitops.h | 25 static inline unsigned long ffz(unsigned long word)  in ffz()  function
  | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | bitops.h | 42 static inline int ffz(unsigned long x)  in ffz()  function
  | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | bitops.h | 246 static inline unsigned long ffz(unsigned long word)  in ffz()  function
  | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | bitops.h | 197 static inline long ffz(int x)  in ffz()  function
  | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | bitops.h | 370 #define ffz(x)	__ffs(~(x))  macro
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | bitops.h | 201 static __inline__ unsigned long ffz(unsigned long x)  in ffz()  function
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | bitops.h | 360 static inline unsigned long ffz(unsigned long word)  in ffz()  function
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | bitops.h | 308 #define ffz(x) __ffs( ~(x) )  macro
  | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | bitops.h | 313 static inline unsigned long ffz(unsigned long word)  in ffz()  function
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | bitops.h | 347 ffz (unsigned long x)  in ffz()  function
  | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | bitops.h | 433 static inline unsigned long ffz(unsigned long word)  in ffz()  function
  |