Searched defs:hash_long (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | hash.h | 27 #define hash_long(val, bits) hash_32(val, bits) macro 29 #define hash_long(val, bits) hash_64(val, bits) macro |
Completed in 57 milliseconds