Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dblk-mq.h290 struct blk_mq_ops { struct
294 blk_status_t (*queue_rq)(struct blk_mq_hw_ctx *,
304 void (*commit_rqs)(struct blk_mq_hw_ctx *);
312 bool (*get_budget)(struct request_queue *);
317 void (*put_budget)(struct request_queue *);
322 enum blk_eh_timer_return (*timeout)(struct request *, bool);
327 int (*poll)(struct blk_mq_hw_ctx *);
332 void (*complete)(struct request *);
339 int (*init_hctx)(struct blk_mq_hw_ctx *, void *, unsigned int);
343 void (*exit_hctx)(struct blk_mq_hw_ctx *, unsigned int);
[all …]