Searched defs:elevator_mq_ops (Results 1 – 1 of 1) sorted by relevance
26 struct elevator_mq_ops { struct28 void (*exit_sched)(struct elevator_queue *);29 int (*init_hctx)(struct blk_mq_hw_ctx *, unsigned int);30 void (*exit_hctx)(struct blk_mq_hw_ctx *, unsigned int);31 void (*depth_updated)(struct blk_mq_hw_ctx *);39 void (*prepare_request)(struct request *);40 void (*finish_request)(struct request *);44 bool (*has_work)(struct blk_mq_hw_ctx *);45 void (*completed_request)(struct request *, u64);46 void (*requeue_request)(struct request *);[all …]