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

/external/linux-tools-perf/src/include/linux/
H A Dhash.h29 #define hash_long(val, bits) hash_64(val, bits)
35 static __always_inline u64 hash_64(u64 val, unsigned int bits) function

Completed in 53 milliseconds