Lines Matching refs:hlist
39 struct hlist_node hlist; member
129 hlist_del_init(&ce->hlist); in flush_cache_ent()
145 hlist_for_each_entry_safe(ce, n, l, hlist) { in flush_cache_ents()
146 if (!hlist_unhashed(&ce->hlist)) in flush_cache_ents()
167 hlist_for_each_entry(ce, l, hlist) { in dfscache_proc_show()
168 if (hlist_unhashed(&ce->hlist)) in dfscache_proc_show()
432 INIT_HLIST_NODE(&ce->hlist); in alloc_cache_entry()
455 hlist_for_each_entry(ce, l, hlist) { in remove_oldest_entry_locked()
456 if (hlist_unhashed(&ce->hlist)) 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()