Lines Matching defs:ublk_queue
127 struct ublk_queue { struct
128 int q_id;
129 int q_depth;
131 unsigned long flags;
132 struct task_struct *ubq_daemon;
133 char *io_cmd_buf;
135 struct llist_head io_cmds;
137 unsigned long io_addr; /* mapped vm address */
138 unsigned int max_io_sz;
139 bool force_abort;
140 bool timeout;
141 unsigned short nr_io_ready; /* how many ios setup */
142 struct ublk_device *dev;
143 struct ublk_io ios[];