Lines Matching defs:m

27 static void print_stat(struct seq_file *m, struct blk_rq_stat *stat)  in print_stat()
37 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show()
54 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos) in queue_requeue_list_start()
63 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next()
70 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop()
85 static int blk_flags_show(struct seq_file *m, const unsigned long flags, in blk_flags_show()
139 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
186 static int queue_write_hint_show(void *data, struct seq_file *m) in queue_write_hint_show()
226 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
253 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show()
350 int __blk_mq_debugfs_rq_show(struct seq_file *m, struct request *rq) in __blk_mq_debugfs_rq_show()
376 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v) in blk_mq_debugfs_rq_show()
382 static void *hctx_dispatch_start(struct seq_file *m, loff_t *pos) in hctx_dispatch_start()
391 static void *hctx_dispatch_next(struct seq_file *m, void *v, loff_t *pos) in hctx_dispatch_next()
398 static void hctx_dispatch_stop(struct seq_file *m, void *v) in hctx_dispatch_stop()
414 struct seq_file *m; member
432 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show()
443 static int hctx_ctx_map_show(void *data, struct seq_file *m) in hctx_ctx_map_show()
451 static void blk_mq_debugfs_tags_show(struct seq_file *m, in blk_mq_debugfs_tags_show()
468 static int hctx_tags_show(void *data, struct seq_file *m) in hctx_tags_show()
485 static int hctx_tags_bitmap_show(void *data, struct seq_file *m) in hctx_tags_bitmap_show()
502 static int hctx_sched_tags_show(void *data, struct seq_file *m) in hctx_sched_tags_show()
519 static int hctx_sched_tags_bitmap_show(void *data, struct seq_file *m) in hctx_sched_tags_bitmap_show()
536 static int hctx_io_poll_show(void *data, struct seq_file *m) in hctx_io_poll_show()
555 static int hctx_dispatched_show(void *data, struct seq_file *m) in hctx_dispatched_show()
583 static int hctx_queued_show(void *data, struct seq_file *m) in hctx_queued_show()
600 static int hctx_run_show(void *data, struct seq_file *m) in hctx_run_show()
617 static int hctx_active_show(void *data, struct seq_file *m) in hctx_active_show()
625 static int hctx_dispatch_busy_show(void *data, struct seq_file *m) in hctx_dispatch_busy_show()
633 static void *ctx_rq_list_start(struct seq_file *m, loff_t *pos) in ctx_rq_list_start()
642 static void *ctx_rq_list_next(struct seq_file *m, void *v, loff_t *pos) in ctx_rq_list_next()
649 static void ctx_rq_list_stop(struct seq_file *m, void *v) in ctx_rq_list_stop()
663 static int ctx_dispatched_show(void *data, struct seq_file *m) in ctx_dispatched_show()
680 static int ctx_merged_show(void *data, struct seq_file *m) in ctx_merged_show()
697 static int ctx_completed_show(void *data, struct seq_file *m) in ctx_completed_show()
714 static int blk_mq_debugfs_show(struct seq_file *m, void *v) in blk_mq_debugfs_show()
725 struct seq_file *m = file->private_data; in blk_mq_debugfs_write() local
743 struct seq_file *m; in blk_mq_debugfs_open() local