Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-lock.c43 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS) macro
44 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))
/kernel/linux/linux-6.6/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)))

Completed in 5 milliseconds