Searched defs:hash_long (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) macro 18 #define hash_long(val, bits) hash_64(val, bits) macro
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) macro 18 #define hash_long(val, bits) hash_64(val, bits) macro
|
| /kernel/linux/linux-4.19/tools/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) macro 18 #define hash_long(val, bits) hash_64(val, bits) macro
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) macro 18 #define hash_long(val, bits) hash_64(val, bits) macro
|