Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dspice-display.c128 struct timespec time_space; in qemu_spice_create_one_update() local
152 clock_gettime(CLOCK_MONOTONIC, &time_space); in qemu_spice_create_one_update()
154 drawable->mm_time = time_space.tv_sec * 1000 in qemu_spice_create_one_update()
155 + time_space.tv_nsec / 1000 / 1000; in qemu_spice_create_one_update()