Lines Matching defs:data

27 static int queue_poll_stat_show(void *data, struct seq_file *m)  in queue_poll_stat_show()
95 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show()
137 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
147 static ssize_t queue_state_write(void *data, const char __user *buf, in queue_state_write()
184 static int queue_write_hint_show(void *data, struct seq_file *m) in queue_write_hint_show()
195 static ssize_t queue_write_hint_store(void *data, const char __user *buf, in queue_write_hint_store()
226 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
254 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show()
405 static bool hctx_show_busy_rq(struct request *rq, void *data, bool reserved) in hctx_show_busy_rq()
415 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show()
432 static int hctx_type_show(void *data, struct seq_file *m) in hctx_type_show()
441 static int hctx_ctx_map_show(void *data, struct seq_file *m) in hctx_ctx_map_show()
466 static int hctx_tags_show(void *data, struct seq_file *m) in hctx_tags_show()
483 static int hctx_tags_bitmap_show(void *data, struct seq_file *m) in hctx_tags_bitmap_show()
500 static int hctx_sched_tags_show(void *data, struct seq_file *m) in hctx_sched_tags_show()
517 static int hctx_sched_tags_bitmap_show(void *data, struct seq_file *m) in hctx_sched_tags_bitmap_show()
534 static int hctx_io_poll_show(void *data, struct seq_file *m) in hctx_io_poll_show()
544 static ssize_t hctx_io_poll_write(void *data, const char __user *buf, in hctx_io_poll_write()
553 static int hctx_dispatched_show(void *data, struct seq_file *m) in hctx_dispatched_show()
570 static ssize_t hctx_dispatched_write(void *data, const char __user *buf, in hctx_dispatched_write()
581 static int hctx_queued_show(void *data, struct seq_file *m) in hctx_queued_show()
589 static ssize_t hctx_queued_write(void *data, const char __user *buf, in hctx_queued_write()
598 static int hctx_run_show(void *data, struct seq_file *m) in hctx_run_show()
606 static ssize_t hctx_run_write(void *data, const char __user *buf, size_t count, in hctx_run_write()
615 static int hctx_active_show(void *data, struct seq_file *m) in hctx_active_show()
623 static int hctx_dispatch_busy_show(void *data, struct seq_file *m) in hctx_dispatch_busy_show()
668 static int ctx_dispatched_show(void *data, struct seq_file *m) in ctx_dispatched_show()
676 static ssize_t ctx_dispatched_write(void *data, const char __user *buf, in ctx_dispatched_write()
685 static int ctx_merged_show(void *data, struct seq_file *m) in ctx_merged_show()
693 static ssize_t ctx_merged_write(void *data, const char __user *buf, in ctx_merged_write()
702 static int ctx_completed_show(void *data, struct seq_file *m) in ctx_completed_show()
710 static ssize_t ctx_completed_write(void *data, const char __user *buf, in ctx_completed_write()
722 void *data = d_inode(m->file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_show() local
732 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_write() local
747 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_open() local
814 static void debugfs_create_files(struct dentry *parent, void *data, in debugfs_create_files()