Searched refs:time_space (Results 1 – 1 of 1) sorted by relevance
128 struct timespec time_space; in qemu_spice_create_one_update() local152 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()