Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c34 typedef struct XenBlockRequest { struct
45 QLIST_ENTRY(XenBlockRequest) list; argument
47 } XenBlockRequest; typedef
58 QLIST_HEAD(inflight_head, XenBlockRequest) inflight;
59 QLIST_HEAD(freelist_head, XenBlockRequest) freelist;
72 static void reset_request(XenBlockRequest *request) in reset_request()
92 XenBlockRequest *request = NULL; in xen_block_start_request()
260 XenBlockRequest *request = opaque; in xen_block_complete_aio()
359 static int xen_block_do_aio(XenBlockRequest *request) in xen_block_do_aio()
520 XenBlockRequest *request; in xen_block_handle_requests()
[all …]