Home
last modified time | relevance | path

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

/tools/perf/util/
Dsrccode.c22 #define SRC_HTAB_SZ 64 macro
34 static struct hlist_head srcfile_htab[SRC_HTAB_SZ];
102 unsigned hval = shash((unsigned char *)fn) % SRC_HTAB_SZ; in find_srcfile()