Home
last modified time | relevance | path

Searched refs:hash_32 (Results 1 – 5 of 5) sorted by relevance

/tools/include/linux/
A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits)
65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() function
81 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
A Dhashtable.h29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/tools/lib/perf/
A Devsel.c576 hash = hash_32(tid, PERF_SAMPLE_ID__HLIST_BITS); in perf_sample_id__get_period_storage()
/tools/perf/util/
A Dauxtrace.c2118 hlist_add_head(&entry->hash, &c->hashtable[hash_32(key, c->bits)]); in auxtrace_cache__add()
2133 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__rm()
2159 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__lookup()
/tools/perf/
A Dbuiltin-inject.c1070 hash = hash_32(guest_tid->tid, PERF_EVLIST__HLIST_BITS); in guest_session__map_tid()
1313 hash = hash_32(tid, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_tid()

Completed in 16 milliseconds