Home
last modified time | relevance | path

Searched defs:xen_blkif_ring (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/block/xen-blkback/
H A Dcommon.h252 struct xen_blkif_ring { struct
254 unsigned int irq;
256 void *blk_ring;
258 spinlock_t blk_ring_lock;
260 wait_queue_head_t wq;
261 atomic_t inflight;
262 bool active;
264 struct task_struct *xenblkd;
265 unsigned int waiting_reqs;
280 unsigned long st_print;
[all …]