Lines Matching defs:ublk_queue
115 struct ublk_queue { struct
116 int q_id;
117 int q_depth;
119 unsigned long flags;
120 struct task_struct *ubq_daemon;
121 char *io_cmd_buf;
123 struct llist_head io_cmds;
125 unsigned long io_addr; /* mapped vm address */
126 unsigned int max_io_sz;
127 bool force_abort;
128 unsigned short nr_io_ready; /* how many ios setup */
129 struct ublk_device *dev;
130 struct ublk_io ios[];