Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dtimer.h53 } QEMUClockType; typedef
105 int64_t qemu_clock_get_ns(QEMUClockType type);
116 static inline int64_t qemu_clock_get_ms(QEMUClockType type) in qemu_clock_get_ms()
130 static inline int64_t qemu_clock_get_us(QEMUClockType type) in qemu_clock_get_us()
149 bool qemu_clock_has_timers(QEMUClockType type);
161 bool qemu_clock_expired(QEMUClockType type);
177 bool qemu_clock_use_for_deadline(QEMUClockType type);
210 void qemu_clock_notify(QEMUClockType type);
225 void qemu_clock_enable(QEMUClockType type, bool enabled);
236 bool qemu_clock_run_timers(QEMUClockType type);
[all …]
H A Dthrottle.h110 QEMUClockType clock_type; /* the clock used */
127 QEMUClockType clock_type,
147 QEMUClockType clock_type,
H A Dtimed-average.h50 QEMUClockType clock_type; /* the clock used */
53 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type,
H A Dcoroutine.h235 QEMUClockType type, int64_t ns);
242 static inline void coroutine_fn qemu_co_sleep_ns(QEMUClockType type, int64_t ns) in qemu_co_sleep_ns()
/qemu/util/
H A Dqemu-timer.c52 QEMUClockType type;
96 QEMUTimerList *timerlist_new(QEMUClockType type, in timerlist_new()
141 void qemu_clock_notify(QEMUClockType type) in qemu_clock_notify()
177 bool qemu_clock_has_timers(QEMUClockType type) in qemu_clock_has_timers()
201 bool qemu_clock_expired(QEMUClockType type) in qemu_clock_expired()
596 QEMUClockType type; in timerlistgroup_init()
604 QEMUClockType type; in timerlistgroup_deinit()
612 QEMUClockType type; in timerlistgroup_run_timers()
623 QEMUClockType type; in timerlistgroup_deadline_ns()
650 QEMUClockType type; in init_clocks()
[all …]
H A Dqemu-coroutine-sleep.c64 QEMUClockType type, int64_t ns) in qemu_co_sleep_ns_wakeable()
H A Dtimed-average.c97 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type, in timed_average_init()
H A Dthrottle.c237 QEMUClockType clock_type, in throttle_timers_init()
397 QEMUClockType clock_type, in throttle_config()
H A Dasync.c518 static void aio_timerlist_notify(void *opaque, QEMUClockType type) in aio_timerlist_notify()
/qemu/tests/unit/
H A Dptimer-test-stubs.c38 QEMUTimerListGroup *timer_list_group, QEMUClockType type, in timer_init_full()
86 int64_t qemu_clock_get_ns(QEMUClockType type) in qemu_clock_get_ns()
91 int64_t qemu_clock_deadline_ns_all(QEMUClockType type, int attr_mask) in qemu_clock_deadline_ns_all()
H A Dptimer-test.c27 QEMUClockType type) in ptimer_test_expire_qemu_timers()
H A Dtest-aio.c49 QEMUClockType clock_type;
/qemu/include/net/
H A Dannounce.h18 QEMUClockType type;
38 QEMUClockType type,
/qemu/include/block/
H A Daio.h535 QEMUClockType type, in aio_timer_new_with_attrs()
555 static inline QEMUTimer *aio_timer_new(AioContext *ctx, QEMUClockType type, in aio_timer_new()
577 QEMUTimer *ts, QEMUClockType type, in aio_timer_init_with_attrs()
597 QEMUTimer *ts, QEMUClockType type, in aio_timer_init()
/qemu/system/
H A Drtc.c46 QEMUClockType rtc_clock;
49 static time_t qemu_ref_timedate(QEMUClockType clock) in qemu_ref_timedate()
H A Dcpu-timers.c240 void qemu_timer_notify_cb(void *opaque, QEMUClockType type) in qemu_timer_notify_cb()
/qemu/stubs/
H A Dqemu-timer-notify-cb.c5 void qemu_timer_notify_cb(void *opaque, QEMUClockType type) in qemu_timer_notify_cb()
/qemu/include/sysemu/
H A Dcpu-timers.h97 void qemu_timer_notify_cb(void *opaque, QEMUClockType type);
H A Dsysemu.h49 extern QEMUClockType rtc_clock;
/qemu/net/
H A Dannounce.c75 QEMUClockType type, in qemu_announce_timer_reset()
/qemu/block/
H A Daccounting.c32 static QEMUClockType clock_type = QEMU_CLOCK_REALTIME;
H A Dthrottle-groups.c78 QEMUClockType clock_type;
/qemu/monitor/
H A Dmonitor.c327 static inline QEMUClockType monitor_get_event_clock(void) in monitor_get_event_clock()