Searched defs:ublk_queue (Results 1 – 1 of 1) sorted by relevance
115 struct ublk_queue { struct116 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;[all …]