Lines Matching refs:seq_file

18 static void print_stat(struct seq_file *m, struct blk_rq_stat *stat)  in print_stat()
28 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show()
48 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos) in queue_requeue_list_start()
57 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next()
64 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop()
79 static int blk_flags_show(struct seq_file *m, const unsigned long flags, in blk_flags_show()
99 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show()
136 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
200 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
228 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show()
306 int __blk_mq_debugfs_rq_show(struct seq_file *m, struct request *rq) in __blk_mq_debugfs_rq_show()
333 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v) in blk_mq_debugfs_rq_show()
339 static void *hctx_dispatch_start(struct seq_file *m, loff_t *pos) in hctx_dispatch_start()
348 static void *hctx_dispatch_next(struct seq_file *m, void *v, loff_t *pos) in hctx_dispatch_next()
355 static void hctx_dispatch_stop(struct seq_file *m, void *v) in hctx_dispatch_stop()
371 struct seq_file *m;
390 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show()
407 static int hctx_type_show(void *data, struct seq_file *m) in hctx_type_show()
416 static int hctx_ctx_map_show(void *data, struct seq_file *m) in hctx_ctx_map_show()
424 static void blk_mq_debugfs_tags_show(struct seq_file *m, in blk_mq_debugfs_tags_show()
441 static int hctx_tags_show(void *data, struct seq_file *m) in hctx_tags_show()
458 static int hctx_tags_bitmap_show(void *data, struct seq_file *m) in hctx_tags_bitmap_show()
475 static int hctx_sched_tags_show(void *data, struct seq_file *m) in hctx_sched_tags_show()
492 static int hctx_sched_tags_bitmap_show(void *data, struct seq_file *m) in hctx_sched_tags_bitmap_show()
509 static int hctx_run_show(void *data, struct seq_file *m) in hctx_run_show()
526 static int hctx_active_show(void *data, struct seq_file *m) in hctx_active_show()
534 static int hctx_dispatch_busy_show(void *data, struct seq_file *m) in hctx_dispatch_busy_show()
543 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \
552 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \
560 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \
579 static int blk_mq_debugfs_show(struct seq_file *m, void *v) in blk_mq_debugfs_show()
590 struct seq_file *m = file->private_data; in blk_mq_debugfs_write()
608 struct seq_file *m; in blk_mq_debugfs_open()