Searched defs:ffs (Results 1 – 21 of 21) sorted by relevance
17 static inline int ffs(int x) in ffs() function
82 static inline int ffs(int x) in ffs() function
36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro
75 static inline int ffs(int x) in ffs() function
25 int ffs = MAX_8042_FF; in empty_8042() local
147 #define ffs kernel_ffs macro
176 static __inline__ int ffs(int x) in ffs() function
68 static inline int ffs(unsigned long x) in ffs() function
217 int ffs(int x) in ffs() function
296 static inline int ffs(unsigned long word) in ffs() function
225 static __inline__ int ffs(int x) in ffs() function
237 static inline long ffs(int x) in ffs() function
406 static inline int ffs(int x) in ffs() function
469 static inline int ffs(int x) in ffs() function491 static inline int ffs(int x) in ffs() function
753 static inline int ffs(int word) in ffs() function
480 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro
361 static inline int ffs(int word) in ffs() function
274 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro
434 #define ffs(x) __builtin_ffs(x) macro
320 int ffs(int x) in ffs() function
589 static inline int ffs(int x) in ffs() function