Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/bitops/
H A D__fls.h13 static __always_inline unsigned int generic___fls(unsigned long word) in generic___fls() function
45 #define __fls(word) generic___fls(word)
/linux-6.15/tools/include/asm-generic/bitops/
H A D__fls.h13 static __always_inline unsigned int generic___fls(unsigned long word) in generic___fls() function
45 #define __fls(word) generic___fls(word)
/linux-6.15/arch/riscv/include/asm/
H A Dbitops.h92 return generic___fls(word); in variable__fls()