Searched defs:hash_long (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/tools/include/linux/ |
| H A 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/include/linux/ |
| H A 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-6.6/include/linux/ |
| H A 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-6.6/tools/include/linux/ |
| H A 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
|
Completed in 2 milliseconds