LOCKHASH_BITS      39 tools/perf/builtin-lock.c #define LOCKHASH_SIZE		(1UL << LOCKHASH_BITS)
LOCKHASH_BITS      43 tools/perf/builtin-lock.c #define __lockhashfn(key)	hash_long((unsigned long)key, LOCKHASH_BITS)