Home
last modified time | relevance | path

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

/external/qemu/hw/
Dgoldfish_timer.c62 int64_t now_tks = qemu_get_clock(vm_clock); in goldfish_timer_load() local
64 int64_t alarm_tks = now_tks + diff_tks; in goldfish_timer_load()
66 if (alarm_tks <= now_tks) { in goldfish_timer_load()