Home
last modified time | relevance | path

Searched refs:e_hash_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/
H A Dmbcache.c108 hlist_bl_for_each_entry(dup, dup_node, head, e_hash_list) { in mb_cache_entry_create()
115 hlist_bl_add_head(&entry->e_hash_list, head); in mb_cache_entry_create()
133 hlist_bl_del(&entry->e_hash_list); in __mb_cache_entry_free()
162 if (entry && !hlist_bl_unhashed(&entry->e_hash_list)) in __entry_find()
163 node = entry->e_hash_list.next; in __entry_find()
168 e_hash_list); in __entry_find()
231 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_get()
/openbmc/linux/include/linux/
H A Dmbcache.h26 struct hlist_bl_node e_hash_list; member