Lines Matching refs:hlist
37 struct hlist_node hlist; member
125 hlist_del_init(&ce->hlist); in flush_cache_ent()
141 hlist_for_each_entry_safe(ce, n, l, hlist) { in flush_cache_ents()
142 if (!hlist_unhashed(&ce->hlist)) in flush_cache_ents()
163 hlist_for_each_entry(ce, l, hlist) { in dfscache_proc_show()
164 if (hlist_unhashed(&ce->hlist)) in dfscache_proc_show()
426 INIT_HLIST_NODE(&ce->hlist); in alloc_cache_entry()
448 hlist_for_each_entry(ce, l, hlist) { in remove_oldest_entry()
449 if (hlist_unhashed(&ce->hlist)) 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()