Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/ublk/
H A Dkublk.h158 struct ublk_queue { struct
180 struct ublk_queue q[UBLK_MAX_QUEUES]; argument
/linux-6.15/drivers/block/
H A Dublk_drv.c146 struct ublk_queue { struct
147 int q_id;
148 int q_depth;
150 unsigned long flags;
151 struct task_struct *ubq_daemon;
154 bool force_abort;
155 bool timeout;
156 bool canceling;
159 spinlock_t cancel_lock;
160 struct ublk_device *dev;
[all …]