Searched refs:timer_new_full (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | aio.h | 540 return timer_new_full(&ctx->tlg, type, scale, attributes, cb, opaque); in aio_timer_new_with_attrs() 560 return timer_new_full(&ctx->tlg, type, scale, 0, cb, opaque); in aio_timer_new()
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 512 static inline QEMUTimer *timer_new_full(QEMUTimerListGroup *timer_list_group, in timer_new_full() function 538 return timer_new_full(NULL, type, scale, 0, cb, opaque); in timer_new()
|
/openbmc/qemu/ui/ |
H A D | input.c | 422 kbd_timer = timer_new_full(NULL, QEMU_CLOCK_VIRTUAL, in qemu_input_event_send_key_delay()
|