Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.c838 static void coroutine_fn cache_clean_timer(void *opaque) in cache_clean_timer_cb()
872 s->cache_clean_timer_co = qemu_coroutine_create(cache_clean_timer, s); in qcow2_detach_aio_context()
H A Dqcow2.h348 QEMUTimer *cache_clean_timer; global() member