Searched defs:ublk_queue (Results 1 – 1 of 1) sorted by relevance
131 struct ublk_queue { struct132 int q_id;133 int q_depth;135 unsigned long flags;136 struct task_struct *ubq_daemon;137 char *io_cmd_buf;139 struct llist_head io_cmds;141 unsigned long io_addr; /* mapped vm address */142 unsigned int max_io_sz;143 bool force_abort;[all …]