Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.c72 static struct hlist_head cache_htable[CACHE_HTABLE_SIZE]; variable
137 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()
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.c64 static struct hlist_head cache_htable[CACHE_HTABLE_SIZE]; variable
141 struct hlist_head *l = &cache_htable[i]; in flush_cache_ents()
165 struct hlist_head *l = &cache_htable[i]; in dfscache_proc_show()
303 INIT_HLIST_HEAD(&cache_htable[i]); in dfs_cache_init()
453 struct hlist_head *l = &cache_htable[i]; in remove_oldest_entry_locked()
501 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry_locked()
539 hlist_for_each_entry(ce, &cache_htable[hash], hlist) { in __lookup_cache_entry()

Completed in 5 milliseconds