Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
const_ilog2
include/linux/log2.h
77
#define const_ilog2(n) \
tools/testing/selftests/ublk/kublk.c
1599
#define const_ilog2(x) (63 - __builtin_clzll(x))