Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/block/null_blk/
Dnull_blk.h30 struct nullb_queue { struct
31 unsigned long *tag_map;
32 wait_queue_head_t wait;
33 unsigned int queue_depth;
34 struct nullb_device *dev;
35 unsigned int requeue_selection;
37 struct list_head poll_list;
38 spinlock_t poll_lock;
40 struct nullb_cmd *cmds;
/kernel/linux/linux-5.10/drivers/block/null_blk/
Dnull_blk.h26 struct nullb_queue { struct
27 unsigned long *tag_map;
28 wait_queue_head_t wait;
29 unsigned int queue_depth;
30 struct nullb_device *dev;
31 unsigned int requeue_selection;
33 struct nullb_cmd *cmds;