Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-timer.c51 QLIST_HEAD(, QEMUTimerList) timerlists;
60 /* A QEMUTimerList is a list of timers attached to a clock. More
61 * than one QEMUTimerList can be attached to each clock, for instance
67 struct QEMUTimerList { struct
71 QLIST_ENTRY(QEMUTimerList) list; argument
97 QEMUTimerList *timerlist_new(QEMUClockType type, in timerlist_new() argument
101 QEMUTimerList *timer_list; in timerlist_new()
104 timer_list = g_new0(QEMUTimerList, 1); in timerlist_new()
114 void timerlist_free(QEMUTimerList *timer_list) in timerlist_free()
144 QEMUTimerList *timer_lis in qemu_clock_notify()
72 notify_cbQEMUTimerList global() argument
73 notify_opaqueQEMUTimerList global() argument
[all...]
/openbmc/qemu/tests/unit/
H A Dptimer-test-stubs.c55 QEMUTimerList *timer_list = ts->timer_list; in timer_mod()
73 QEMUTimerList *timer_list = ts->timer_list; in timer_del()
93 QEMUTimerList *timer_list = main_loop_tlg.tl[QEMU_CLOCK_VIRTUAL]; in qemu_clock_deadline_ns_all()
H A Dptimer-test.h18 struct QEMUTimerList { struct
H A Dptimer-test.c29 QEMUTimerList *timer_list = main_loop_tlg.tl[type]; in ptimer_test_expire_qemu_timers()
917 main_loop_tlg.tl[i] = g_new0(QEMUTimerList, 1); in main()