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