Searched defs:hash_long (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) macro
18 #define hash_long(val, bits) hash_64(val, bits) macro
/linux-master/include/linux/
H A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) macro
18 #define hash_long(val, bits) hash_64(val, bits) macro

Completed in 147 milliseconds