Searched defs:__ffs (Results 1 – 4 of 4) sorted by relevance
12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
42 #define __ffs(x) (ffs(x) - 1) macro
346 static inline unsigned long __ffs(unsigned long word) in __ffs() function
330 static inline u64 __ffs(u8 word) in __ffs() function