Lines Matching refs:hlist
39 struct hlist_node hlist; member
241 hlist_del_init(&ce->hlist); in flush_cache_ent()
257 hlist_for_each_entry_safe(ce, n, l, hlist) { in flush_cache_ents()
258 if (!hlist_unhashed(&ce->hlist)) in flush_cache_ents()
279 hlist_for_each_entry(ce, l, hlist) { in dfscache_proc_show()
280 if (hlist_unhashed(&ce->hlist)) in dfscache_proc_show()
539 INIT_HLIST_NODE(&ce->hlist); in alloc_cache_entry()
562 hlist_for_each_entry(ce, l, hlist) { in remove_oldest_entry_locked()
563 if (hlist_unhashed(&ce->hlist)) in remove_oldest_entry_locked()
613 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry_locked()
651 hlist_for_each_entry(ce, &cache_htable[hash], hlist) { in __lookup_cache_entry()
1587 hlist_for_each_entry(ce, l, hlist) { in refresh_cache()
1590 if (hlist_unhashed(&ce->hlist) || !cache_entry_expired(ce) || in refresh_cache()