Searched refs:hash_64 (Results 1 – 5 of 5) sorted by relevance
18 #define hash_long(val, bits) hash_64(val, bits)72 #define hash_64 hash_64_generic macro
315 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
605 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid()688 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()
2234 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
1147 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); in guest_session__map_id()1206 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_id()
Completed in 25 milliseconds