Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsrccode.c23 #define SRC_HTAB_SZ 64 macro
35 static struct hlist_head srcfile_htab[SRC_HTAB_SZ];
95 unsigned hval = shash((unsigned char *)fn) % SRC_HTAB_SZ; in find_srcfile()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsrccode.c23 #define SRC_HTAB_SZ 64 macro
35 static struct hlist_head srcfile_htab[SRC_HTAB_SZ];
95 unsigned hval = shash((unsigned char *)fn) % SRC_HTAB_SZ; in find_srcfile()

Completed in 1 milliseconds