Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
generic_ffs
arch/riscv/include/asm/bitops.h
100
return generic_ffs(x);
include/asm-generic/bitops/ffs.h
43
#define ffs(x) generic_ffs(x)