Home
last modified time | relevance | path

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

/qemu/hw/block/dataplane/
H A Dxen-block.c34 typedef struct XenBlockRequest { struct
45 QLIST_ENTRY(XenBlockRequest) list; argument
47 } XenBlockRequest; argument
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()
354 static int xen_block_do_aio(XenBlockRequest *request) in xen_block_do_aio()
515 XenBlockRequest *request; in xen_block_handle_requests()
[all …]