Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c96 void (*metadata_destroy)(Cache *cache); variable
521 if (metadata_destroy) { in cache_free()
522 metadata_destroy(cache); in cache_free()
729 metadata_destroy = lru_priorities_destroy; in policy_init()
734 metadata_destroy = fifo_destroy; in policy_init()