Searched refs:rt_clock (Results 1 – 15 of 15) sorted by relevance
/external/qemu/ |
D | qemu-timer.c | 316 qemu_get_clock_ms(rt_clock) + 1000); in icount_adjust_rt() 424 QEMUClock *rt_clock; variable 453 int64_t clock = qemu_get_clock_ns(rt_clock); in icount_warp_rt() 503 vm_clock_warp_start = qemu_get_clock_ns(rt_clock); in qemu_clock_warp() 684 rt_clock = qemu_new_clock(QEMU_CLOCK_REALTIME); in init_clocks() 739 vm_clock->warp_timer = qemu_new_timer_ns(rt_clock, icount_warp_rt, NULL); in configure_icount() 759 icount_rt_timer = qemu_new_timer_ms(rt_clock, icount_adjust_rt, NULL); in configure_icount() 761 qemu_get_clock_ms(rt_clock) + 1000); in configure_icount() 782 qemu_run_timers(rt_clock); in qemu_run_all_timers() 882 qemu_get_clock_ns(rt_clock)); in qemu_next_alarm_deadline()
|
D | buffered_file.c | 240 qemu_mod_timer(s->timer, qemu_get_clock_ms(rt_clock) + 100); in buffered_rate_tick() 276 s->timer = qemu_new_timer_ms(rt_clock, buffered_rate_tick, s); in qemu_fopen_ops_buffered() 278 qemu_mod_timer(s->timer, qemu_get_clock_ms(rt_clock) + 100); in qemu_fopen_ops_buffered()
|
D | arch_init.c | 300 bwidth = qemu_get_clock_ns(rt_clock); in ram_save_live() 312 bwidth = qemu_get_clock_ns(rt_clock) - bwidth; in ram_save_live()
|
D | qemu-timer.h | 25 extern QEMUClock *rt_clock;
|
D | vl.c | 1550 qemu_mod_timer(ds->gui_timer, interval + qemu_get_clock_ms(rt_clock)); in gui_update() 1557 qemu_mod_timer(nographic_timer, interval + qemu_get_clock_ms(rt_clock)); in nographic_update() 3152 ds->gui_timer = qemu_new_timer_ms(rt_clock, gui_update, ds); in main() 3153 qemu_mod_timer(ds->gui_timer, qemu_get_clock_ms(rt_clock)); in main() 3159 nographic_timer = qemu_new_timer_ms(rt_clock, nographic_update, NULL); in main() 3160 qemu_mod_timer(nographic_timer, qemu_get_clock_ms(rt_clock)); in main()
|
D | vl-android.c | 1750 qemu_mod_timer(ds->gui_timer, interval + qemu_get_clock_ms(rt_clock)); in gui_update() 1757 qemu_mod_timer(nographic_timer, interval + qemu_get_clock_ms(rt_clock)); in nographic_update() 4322 ds->gui_timer = qemu_new_timer_ms(rt_clock, gui_update, ds); in main() 4323 qemu_mod_timer(ds->gui_timer, qemu_get_clock_ms(rt_clock)); in main() 4329 nographic_timer = qemu_new_timer_ms(rt_clock, nographic_update, NULL); in main() 4330 qemu_mod_timer(nographic_timer, qemu_get_clock_ms(rt_clock)); in main()
|
D | usb-linux.c | 1377 qemu_mod_timer(usb_auto_timer, qemu_get_clock_ms(rt_clock) + 2000); in usb_host_auto_timer() 1455 usb_auto_timer = qemu_new_timer_ms(rt_clock, usb_host_auto_timer, NULL); in usb_host_auto_add() 1463 qemu_mod_timer(usb_auto_timer, qemu_get_clock_ms(rt_clock) + 2000); in usb_host_auto_add()
|
D | shaper.c | 17 #define SHAPER_CLOCK rt_clock
|
D | vnc.c | 719 qemu_mod_timer(vs->timer, qemu_get_clock_ms(rt_clock) + VNC_REFRESH_INTERVAL); in vnc_update_client() 760 qemu_mod_timer(vs->timer, qemu_get_clock_ms(rt_clock) + VNC_REFRESH_INTERVAL); in vnc_update_client() 808 qemu_mod_timer(vs->timer, qemu_get_clock_ms(rt_clock) + VNC_REFRESH_INTERVAL); in vnc_update_client() 2070 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs); in vnc_connect()
|
D | vnc-android.c | 725 qemu_mod_timer(vs->timer, qemu_get_clock_ms(rt_clock) + VNC_REFRESH_INTERVAL); in vnc_update_client() 766 qemu_mod_timer(vs->timer, qemu_get_clock_ms(rt_clock) + VNC_REFRESH_INTERVAL); in vnc_update_client() 814 qemu_mod_timer(vs->timer, qemu_get_clock_ms(rt_clock) + VNC_REFRESH_INTERVAL); in vnc_update_client() 2076 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs); in vnc_connect()
|
D | qemu-char.c | 303 ti = qemu_get_clock_ms(rt_clock); in mux_chr_write() 988 qemu_mod_timer(s->timer, qemu_get_clock_ms(rt_clock) + 10); in pty_chr_update_read_handler() 1002 qemu_mod_timer(s->timer, qemu_get_clock_ms(rt_clock) + 1000); in pty_chr_state() 1079 s->timer = qemu_new_timer_ms(rt_clock, pty_chr_timer, chr); in qemu_chr_open_pty()
|
D | savevm.c | 144 qemu_mod_timer(timer, qemu_get_clock_ms(rt_clock) + in qemu_announce_self_once() 155 timer = qemu_new_timer_ms(rt_clock, qemu_announce_self_once, &timer); in qemu_announce_self()
|
D | console.c | 1180 qemu_mod_timer(s->kbd_timer, qemu_get_clock_ms(rt_clock) + 1); in kbd_send_chars() 1508 s->kbd_timer = qemu_new_timer_ms(rt_clock, kbd_send_chars, s); in text_console_do_init()
|
/external/qemu/telephony/ |
D | sysdeps_qemu.c | 44 return qemu_get_clock_ms(rt_clock); in sys_time_ms() 129 timer->timer = qemu_new_timer_ms( rt_clock, callback, opaque ); in sys_timer_set()
|
/external/qemu/block/ |
D | raw-posix.c | 892 (qemu_get_clock(rt_clock) - s->fd_open_time) >= FD_OPEN_TIMEOUT) { in fd_open() 901 (qemu_get_clock(rt_clock) - s->fd_error_time) < FD_OPEN_TIMEOUT) { in fd_open() 909 s->fd_error_time = qemu_get_clock(rt_clock); in fd_open() 924 s->fd_open_time = qemu_get_clock(rt_clock); in fd_open()
|