Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dkublk.h161 struct ublk_queue { struct
162 int q_id;
163 int q_depth;
164 struct ublk_dev *dev;
165 const struct ublk_tgt_ops *tgt_ops;
166 struct ublksrv_io_desc *io_cmd_buf;
191 struct ublk_queue q[UBLK_MAX_QUEUES]; argument
/linux/drivers/block/
H A Dublk_drv.c195 struct ublk_queue { struct
196 int q_id;
197 int q_depth;
199 unsigned long flags;
200 struct ublksrv_io_desc *io_cmd_buf;
202 bool force_abort;
203 bool canceling;
204 bool fail_io; /* copy of dev->state == UBLK_S_DEV_FAIL_IO */
205 spinlock_t cancel_lock;
206 struct ublk_device *dev;