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

/linux-master/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;
44 int h = shash((const unsigned char *)name) % FNHSIZE;

Completed in 87 milliseconds