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;
193 struct ublk_queue q[UBLK_MAX_QUEUES]; argument
/linux/drivers/block/
H A Dublk_drv.c194 struct ublk_queue { struct
195 int q_id;
196 int q_depth;
198 unsigned long flags;
199 struct ublksrv_io_desc *io_cmd_buf;
201 bool force_abort;
202 bool canceling;
203 bool fail_io; /* copy of dev->state == UBLK_S_DEV_FAIL_IO */
204 unsigned short nr_io_ready; /* how many ios setup */
205 spinlock_t cancel_lock;
[all …]