Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/
Dublk_drv.c115 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;
[all …]