Home
last modified time | relevance | path

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

/qemu/util/
H A Dqemu-timer.c91 static bool timer_expired_ns(QEMUTimer *timer_head, int64_t current_time) in timer_expired_ns() function
408 if (!timer_expired_ns(t, expire_time)) { in timer_mod_ns_locked()
498 return timer_expired_ns(timer_head, current_time * timer_head->scale); in timer_expired()
549 if (!timer_expired_ns(ts, current_time)) { in timerlist_run_timers()