• Home
  • Raw
  • Download

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()
403 static bool hctx_show_busy_rq(struct request *rq, void *data, bool reserved) in hctx_show_busy_rq()
413 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show()
430 static int hctx_type_show(void *data, struct seq_file *m) in hctx_type_show()
439 static int hctx_ctx_map_show(void *data, struct seq_file *m) in hctx_ctx_map_show()
464 static int hctx_tags_show(void *data, struct seq_file *m) in hctx_tags_show()
481 static int hctx_tags_bitmap_show(void *data, struct seq_file *m) in hctx_tags_bitmap_show()
498 static int hctx_sched_tags_show(void *data, struct seq_file *m) in hctx_sched_tags_show()
515 static int hctx_sched_tags_bitmap_show(void *data, struct seq_file *m) in hctx_sched_tags_bitmap_show()
532 static int hctx_io_poll_show(void *data, struct seq_file *m) in hctx_io_poll_show()
542 static ssize_t hctx_io_poll_write(void *data, const char __user *buf, in hctx_io_poll_write()
551 static int hctx_dispatched_show(void *data, struct seq_file *m) in hctx_dispatched_show()
568 static ssize_t hctx_dispatched_write(void *data, const char __user *buf, in hctx_dispatched_write()
579 static int hctx_queued_show(void *data, struct seq_file *m) in hctx_queued_show()
587 static ssize_t hctx_queued_write(void *data, const char __user *buf, in hctx_queued_write()
596 static int hctx_run_show(void *data, struct seq_file *m) in hctx_run_show()
604 static ssize_t hctx_run_write(void *data, const char __user *buf, size_t count, in hctx_run_write()
613 static int hctx_active_show(void *data, struct seq_file *m) in hctx_active_show()
621 static int hctx_dispatch_busy_show(void *data, struct seq_file *m) in hctx_dispatch_busy_show()
666 static int ctx_dispatched_show(void *data, struct seq_file *m) in ctx_dispatched_show()
674 static ssize_t ctx_dispatched_write(void *data, const char __user *buf, in ctx_dispatched_write()
683 static int ctx_merged_show(void *data, struct seq_file *m) in ctx_merged_show()
691 static ssize_t ctx_merged_write(void *data, const char __user *buf, in ctx_merged_write()
700 static int ctx_completed_show(void *data, struct seq_file *m) in ctx_completed_show()
708 static ssize_t ctx_completed_write(void *data, const char __user *buf, in ctx_completed_write()
720 void *data = d_inode(m->file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_show() local
730 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_write() local
745 void *data = d_inode(file->f_path.dentry->d_parent)->i_private; in blk_mq_debugfs_open() local
812 static void debugfs_create_files(struct dentry *parent, void *data, in debugfs_create_files()