Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-balloon.h68 int64_t stats_last_update; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c252 if (!visit_type_int(v, "last-update", &s->stats_last_update, errp)) { in balloon_stats_get_all()
485 s->stats_last_update = g_get_real_time() / G_USEC_PER_SEC; in virtio_balloon_receive_stats()