Searched defs:ublk_queue (Results 1 – 2 of 2) sorted by relevance
161 struct ublk_queue { struct162 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
194 struct ublk_queue { struct195 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 …]