Home
last modified time | relevance | path

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

/qemu/util/
A Dqemu-timer.c71 QEMUTimerListNotifyCB *notify_cb; member
106 timer_list->notify_cb = cb; in timerlist_new()
123 static void qemu_clock_init(QEMUClockType type, QEMUTimerListNotifyCB *notify_cb) in qemu_clock_init() argument
133 main_loop_tlg.tl[type] = timerlist_new(type, notify_cb, NULL); in qemu_clock_init()
291 if (timer_list->notify_cb) { in timerlist_notify()
292 timer_list->notify_cb(timer_list->notify_opaque, timer_list->clock->type); in timerlist_notify()
643 void init_clocks(QEMUTimerListNotifyCB *notify_cb) in init_clocks() argument
647 qemu_clock_init(type, notify_cb); in init_clocks()
/qemu/include/qemu/
A Dtimer.h783 void init_clocks(QEMUTimerListNotifyCB *notify_cb);
/qemu/hw/hyperv/
A Dvmbus.c159 VMBusChannelNotifyCb notify_cb; member
1289 chan->notify_cb(chan); in channel_event_cb()
1328 chan->notify_cb = vdc->chan_notify_cb; in init_channel()

Completed in 16 milliseconds