Home
last modified time | relevance | path

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

/tools/include/linux/
A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) macro
18 #define hash_long(val, bits) hash_64(val, bits) macro
87 return hash_long((unsigned long)ptr, bits); in hash_ptr()
A Dhashtable.h29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/tools/perf/util/
A Dlock-contention.c14 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS)
/tools/perf/
A Dbuiltin-lock.c937 hash ^= hash_long((unsigned long)node->ip, 64); in callchain_id()

Completed in 10 milliseconds