Lines Matching refs:hlist
39 struct hlist_node hlist; member
130 hlist_del_init(&ce->hlist); in flush_cache_ent()
146 hlist_for_each_entry_safe(ce, n, l, hlist) { in flush_cache_ents()
147 if (!hlist_unhashed(&ce->hlist)) in flush_cache_ents()
168 hlist_for_each_entry(ce, l, hlist) { in dfscache_proc_show()
169 if (hlist_unhashed(&ce->hlist)) in dfscache_proc_show()
433 INIT_HLIST_NODE(&ce->hlist); in alloc_cache_entry()
456 hlist_for_each_entry_safe(ce, n, l, hlist) { in purge_cache()
457 if (hlist_unhashed(&ce->hlist)) 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()