Home
last modified time | relevance | path

Searched refs:qed_unref_l2_cache_entry (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dqed-l2-cache.c108 void qed_unref_l2_cache_entry(CachedL2Table *entry) in qed_unref_l2_cache_entry() function
167 qed_unref_l2_cache_entry(entry); in qed_commit_l2_cache_entry()
168 qed_unref_l2_cache_entry(l2_table); in qed_commit_l2_cache_entry()
184 qed_unref_l2_cache_entry(entry); in qed_commit_l2_cache_entry()
H A Dqed-table.c142 qed_unref_l2_cache_entry(request->l2_table); in qed_read_l2_table()
158 qed_unref_l2_cache_entry(request->l2_table); in qed_read_l2_table()
H A Dqed.h196 void qed_unref_l2_cache_entry(CachedL2Table *entry);
H A Dqed-check.c170 qed_unref_l2_cache_entry(check->request.l2_table); in qed_check_l1_table()