Searched refs:cache_htable (Results 1 – 1 of 1) sorted by relevance
76 static struct hlist_head cache_htable[CACHE_HTABLE_SIZE]; variable232 struct hlist_head *l = &cache_htable[i]; in flush_cache_ents()256 struct hlist_head *l = &cache_htable[i]; in dfscache_proc_show()392 INIT_HLIST_HEAD(&cache_htable[i]); in dfs_cache_init()541 struct hlist_head *l = &cache_htable[i]; in remove_oldest_entry_locked()595 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry_locked()633 hlist_for_each_entry(ce, &cache_htable[hash], hlist) { in __lookup_cache_entry()
Completed in 5 milliseconds