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

/linux-master/include/asm-generic/bitops/
H A D__fls.h8 * generic___fls - find last (most-significant) set bit in a long word
13 static __always_inline unsigned long generic___fls(unsigned long word) function
45 #define __fls(word) generic___fls(word)
/linux-master/tools/include/asm-generic/bitops/
H A D__fls.h8 * generic___fls - find last (most-significant) set bit in a long word
13 static __always_inline unsigned long generic___fls(unsigned long word) function
45 #define __fls(word) generic___fls(word)
/linux-master/arch/riscv/include/asm/
H A Dbitops.h92 return generic___fls(word);

Completed in 119 milliseconds