Searched defs:ublk_queue (Results 1 – 1 of 1) sorted by relevance
130 struct ublk_queue { struct131 int q_id;132 int q_depth;134 unsigned long flags;135 struct task_struct *ubq_daemon;136 char *io_cmd_buf;138 struct llist_head io_cmds;140 unsigned long io_addr; /* mapped vm address */141 unsigned int max_io_sz;142 bool force_abort;[all …]