Home
last modified time | relevance | path

Searched refs:hash_64 (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/util/include/linux/added/
Dhash.h32 #define hash_long(val, bits) hash_64(val, bits)
38 static inline u64 hash_64(u64 val, unsigned int bits) in hash_64() function
/external/linux-tools-perf/util/
Devlist.c125 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
166 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2evsel()