Searched refs:hash_64 (Results 1 – 4 of 4) sorted by relevance
18 #define hash_long(val, bits) hash_64(val, bits)75 #define hash_64 hash_64_generic macro
193 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
448 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid()534 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()
2128 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()