Lines Matching defs:blk_mq_ops
10509 struct blk_mq_ops { struct
10510 queue_rq_fn *queue_rq;
10511 commit_rqs_fn *commit_rqs;
10512 get_budget_fn *get_budget;
10513 put_budget_fn *put_budget;
10514 timeout_fn *timeout;
10515 poll_fn *poll;
10516 complete_fn *complete;
10517 init_hctx_fn *init_hctx;
10518 exit_hctx_fn *exit_hctx;
10519 init_request_fn *init_request;
10520 exit_request_fn *exit_request;
10521 void (*initialize_rq_fn)(struct request *);
10522 cleanup_rq_fn *cleanup_rq;
10523 busy_fn *busy;
10524 map_queues_fn *map_queues;
10525 void (*show_rq)(struct seq_file *, struct request *);