Home
last modified time | relevance | path

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

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