Lines Matching defs:ts
256 QEMUTimer *ts; in qemu_clock_deadline_ns_all() local
332 struct timespec ts; in qemu_poll_ns() local
350 void timer_init_full(QEMUTimer *ts, in timer_init_full()
366 void timer_deinit(QEMUTimer *ts) in timer_deinit()
372 static void timer_del_locked(QEMUTimerList *timer_list, QEMUTimer *ts) in timer_del_locked()
391 QEMUTimer *ts, int64_t expire_time) in timer_mod_ns_locked()
417 void timer_del(QEMUTimer *ts) in timer_del()
430 void timer_mod_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_ns()
448 void timer_mod_anticipate_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_anticipate_ns()
468 void timer_mod(QEMUTimer *ts, int64_t expire_time) in timer_mod()
473 void timer_mod_anticipate(QEMUTimer *ts, int64_t expire_time) in timer_mod_anticipate()
478 bool timer_pending(QEMUTimer *ts) in timer_pending()
490 QEMUTimer *ts; in timerlist_run_timers() local
652 uint64_t timer_expire_time_ns(QEMUTimer *ts) in timer_expire_time_ns()