Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-block.h46 typedef struct XenBlockIOThread { struct
48 } XenBlockIOThread; argument
57 XenBlockIOThread *iothread;
/openbmc/qemu/hw/block/
H A Dxen-block.c989 static void xen_block_iothread_destroy(XenBlockIOThread *iothread, in xen_block_iothread_destroy()
998 static XenBlockIOThread *xen_block_iothread_create(const char *id, in xen_block_iothread_create()
1002 XenBlockIOThread *iothread = g_new(XenBlockIOThread, 1); in xen_block_iothread_create()
1033 XenBlockIOThread *iothread = NULL; in xen_block_device_create()
1133 XenBlockIOThread *iothread = blockdev->iothread; in xen_block_device_destroy()