Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds