Home
last modified time | relevance | path

Searched refs:notify_cb (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-timer.c72 QEMUTimerListNotifyCB *notify_cb; member
107 timer_list->notify_cb = cb; in timerlist_new()
124 static void qemu_clock_init(QEMUClockType type, QEMUTimerListNotifyCB *notify_cb) in qemu_clock_init() argument
134 main_loop_tlg.tl[type] = timerlist_new(type, notify_cb, NULL); in qemu_clock_init()
227 * value but ->notify_cb() is called when the deadline changes. Therefore in timerlist_deadline_ns()
292 if (timer_list->notify_cb) { in timerlist_notify()
293 timer_list->notify_cb(timer_list->notify_opaque, timer_list->clock->type); in timerlist_notify()
640 void qemu_init_clocks(QEMUTimerListNotifyCB *notify_cb) in init_clocks() argument
644 qemu_clock_init(type, notify_cb); in init_clocks()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c160 VMBusChannelNotifyCb notify_cb; member
1290 chan->notify_cb(chan); in channel_event_cb()
1329 chan->notify_cb = vdc->chan_notify_cb; in init_channel()