Home
last modified time | relevance | path

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

/qemu/contrib/plugins/
H A Dcache.c93 void (*update_miss)(Cache *cache, int set, int blk); variable
378 if (update_miss) { in access_cache()
379 update_miss(cache, set, replaced_blk); in access_cache()
727 update_miss = lru_update_blk; in policy_init()
732 update_miss = fifo_update_on_miss; in policy_init()