Home
last modified time | relevance | path

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

/tools/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
75 #define hash_64 hash_64_generic macro
/tools/perf/lib/
Devlist.c193 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/tools/perf/util/
Devlist.c448 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()
Dmachine.c2128 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()