Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c54 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS) macro
55 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))