Home
last modified time | relevance | path

Searched refs:generic_fls (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/asm-generic/bitops/
H A Dfls.h13 static __always_inline int generic_fls(unsigned int x) in generic_fls() function
43 #define fls(x) generic_fls(x)
/linux/include/asm-generic/bitops/
H A Dfls.h13 static __always_inline int generic_fls(unsigned int x) in generic_fls() function
43 #define fls(x) generic_fls(x)
/linux/arch/riscv/include/asm/
H A Dbitops.h156 return generic_fls(x); in variable_fls()