Home
last modified time | relevance | path

Searched refs:generic___ffs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/asm-generic/bitops/
H A D__ffs.h13 static __always_inline unsigned int generic___ffs(unsigned long word) in generic___ffs() function
45 #define __ffs(word) generic___ffs(word)
/linux-6.15/arch/riscv/include/asm/
H A Dbitops.h63 return generic___ffs(word); in variable__ffs()