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.c844 timer_mod(s->cache_clean_timer, qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + in cache_clean_timer_cb()
852 s->cache_clean_timer = in cache_clean_timer_init()
856 timer_mod(s->cache_clean_timer, qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + in cache_clean_timer_init()
864 if (s->cache_clean_timer) { in cache_clean_timer_del()
865 timer_free(s->cache_clean_timer); in cache_clean_timer_del()
866 s->cache_clean_timer = NULL; in cache_clean_timer_del()
H A Dqcow2.h348 QEMUTimer *cache_clean_timer; member