Home
last modified time | relevance | path

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

/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.rst80 * ``aio_timer_new()`` - create a timer
103 ``aio_set_event_notifier()``, ``aio_bh_new()``, and ``aio_timer_new()``
/openbmc/qemu/include/block/
H A Daio.h556 static inline QEMUTimer *aio_timer_new(AioContext *ctx, QEMUClockType type, in aio_timer_new() function
/openbmc/qemu/util/
H A Dthrottle.c208 aio_timer_new(new_context, tt->clock_type, SCALE_NS, in throttle_timers_attach_aio_context()
/openbmc/qemu/block/
H A Dnbd.c211 s->reconnect_delay_timer = aio_timer_new(bdrv_get_aio_context(s->bs), in reconnect_delay_timer_init()
256 s->open_timer = aio_timer_new(bdrv_get_aio_context(s->bs), in open_timer_init()
H A Discsi.c1565 iscsilun->nop_timer = aio_timer_new(iscsilun->aio_context, in iscsi_attach_aio_context()
1573 iscsilun->event_timer = aio_timer_new(iscsilun->aio_context, in iscsi_attach_aio_context()
H A Dqed.c363 s->need_check_timer = aio_timer_new(new_context, in bdrv_qed_attach_aio_context()
/openbmc/qemu/net/
H A Dcolo-compare.c931 s->packet_check_timer = aio_timer_new(ctx, QEMU_CLOCK_HOST, in colo_compare_timer_init()
/openbmc/qemu/nbd/
H A Dserver.c3219 handshake_timer = aio_timer_new(qemu_get_aio_context(), in nbd_co_client_start()