Searched refs:cache_htable (Results 1 – 1 of 1) sorted by relevance
72 static struct hlist_head cache_htable[CACHE_HTABLE_SIZE]; variable137 struct hlist_head *l = &cache_htable[i]; in flush_cache_ents()161 struct hlist_head *l = &cache_htable[i]; in dfscache_proc_show()300 INIT_HLIST_HEAD(&cache_htable[i]); in dfs_cache_init()446 struct hlist_head *l = &cache_htable[i]; in remove_oldest_entry()488 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry()503 hlist_for_each_entry(ce, &cache_htable[h], hlist) { in __lookup_cache_entry()