Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
futex_hashshift
kernel/futex/core.c
1986
futex_hashshift = ilog2(hashsize);
kernel/futex/core.c
442
node = (hash >> futex_hashshift) % nr_node_ids;