Searched refs:cache_htable (Results 1 – 1 of 1) sorted by relevance
64 static struct hlist_head cache_htable[CACHE_HTABLE_SIZE]; variable142 struct hlist_head *l = &cache_htable[i]; in flush_cache_ents()166 struct hlist_head *l = &cache_htable[i]; in dfscache_proc_show()304 INIT_HLIST_HEAD(&cache_htable[i]); in dfs_cache_init()453 struct hlist_head *l = &cache_htable[i]; in purge_cache()499 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry_locked()537 hlist_for_each_entry(ce, &cache_htable[hash], hlist) { in __lookup_cache_entry()