Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-timer.c101 QEMUTimerList *timer_list; in timerlist_new() local
104 timer_list = g_new0(QEMUTimerList, 1); in timerlist_new()
105 qemu_event_init(&timer_list->timers_done_ev, true); in timerlist_new()
106 timer_list->clock = clock; in timerlist_new()
107 timer_list->notify_cb = cb; in timerlist_new()
108 timer_list->notify_opaque = opaque; in timerlist_new()
109 qemu_mutex_init(&timer_list->active_timers_lock); in timerlist_new()
110 QLIST_INSERT_HEAD(&clock->timerlists, timer_list, list); in timerlist_new()
111 return timer_list; in timerlist_new()
114 void timerlist_free(QEMUTimerList *timer_list) in timerlist_free() argument
[all …]
/openbmc/qemu/tests/unit/
H A Dptimer-test-stubs.c45 ts->timer_list = timer_list_group->tl[type]; in timer_init_full()
55 QEMUTimerList *timer_list = ts->timer_list; in timer_mod() local
56 QEMUTimer *t = &timer_list->active_timers; in timer_mod()
73 QEMUTimerList *timer_list = ts->timer_list; in timer_del() local
74 QEMUTimer *t = &timer_list->active_timers; in timer_del()
93 QEMUTimerList *timer_list = main_loop_tlg.tl[QEMU_CLOCK_VIRTUAL]; in qemu_clock_deadline_ns_all() local
94 QEMUTimer *t = timer_list->active_timers.next; in qemu_clock_deadline_ns_all()
H A Dptimer-test.c29 QEMUTimerList *timer_list = main_loop_tlg.tl[type]; in ptimer_test_expire_qemu_timers() local
30 QEMUTimer *t = timer_list->active_timers.next; in ptimer_test_expire_qemu_timers()
/openbmc/qemu/include/qemu/
H A Dtimer.h86 QEMUTimerList *timer_list; member
278 void timerlist_free(QEMUTimerList *timer_list);
292 bool timerlist_has_timers(QEMUTimerList *timer_list);
304 bool timerlist_expired(QEMUTimerList *timer_list);
317 int64_t timerlist_deadline_ns(QEMUTimerList *timer_list);
327 bool timerlist_run_timers(QEMUTimerList *timer_list);
335 void timerlist_notify(QEMUTimerList *timer_list);
/openbmc/u-boot/include/linux/
H A Dcompat.h353 struct timer_list {}; struct
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h349 struct timer_list otg_timer;
H A Dam35x.c137 static struct timer_list otg_workaround;
H A Dmusb_dsps.c138 struct timer_list timer; /* otg_workaround timer */