Home
last modified time | relevance | path

Searched defs:ublk_queue (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/block/
Dublk_drv.c130 struct ublk_queue { struct
131 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 …]