Searched refs:__ffs (Results 1 – 5 of 5) sorted by relevance
12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
170 return __ffs((u32)(word >> 32)) + 32; in __ffs64()174 return __ffs((unsigned long)word); in __ffs64()
42 #define __ffs(x) (ffs(x) - 1) macro
344 static inline unsigned long __ffs(unsigned long word) in __ffs() function
47 If you are building on a 32-bit machine you may get errors from __ffs.h