Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/xen-blkback/
Dcommon.h250 struct xen_blkif_ring { struct
252 unsigned int irq;
253 union blkif_back_rings blk_rings;
254 void *blk_ring;
256 spinlock_t blk_ring_lock;
258 wait_queue_head_t wq;
259 atomic_t inflight;
260 bool active;
262 struct task_struct *xenblkd;
263 unsigned int waiting_reqs;
[all …]