FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
jhash_3words
sys/compat/linuxkpi/common/include/linux/jhash.h
136
return jhash_3words(a, b, 0, initval);
sys/compat/linuxkpi/common/include/linux/jhash.h
141
return jhash_3words(a, 0, 0, initval);
sys/dev/cxgb/common/jhash.h
130
return jhash_3words(a, b, 0, initval);
sys/dev/cxgb/common/jhash.h
135
return jhash_3words(a, 0, 0, initval);