SRC_HTAB_SZ
static struct hlist_head srcfile_htab[SRC_HTAB_SZ];
size_t hval = str_hash(fn) % SRC_HTAB_SZ;