Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dfncache.c15 #define FNHSIZE 61 macro
17 static struct hlist_head fncache_hash[FNHSIZE];
29 int h = shash((const unsigned char *)name) % FNHSIZE; in lookup_fncache()
44 int h = shash((const unsigned char *)name) % FNHSIZE; in update_fncache()