Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c92 void (*update_hit)(Cache *cache, int set, int blk); variable
366 if (update_hit) { in access_cache()
367 update_hit(cache, set, hit_blk); in access_cache()
726 update_hit = lru_update_blk; in policy_init()