diff options
author | Omar Sandoval <osandov@fb.com> | 2017-05-04 00:31:33 -0700 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-05-04 08:25:17 -0600 |
commit | 16b738f651c83a01db057e5db02ec4b830af9130 (patch) | |
tree | b2d8d7399a0ec9dc103494ec67926d24ec4b54eb /block/blk-mq-debugfs.h | |
parent | d332ce091813d11a46144354baa72b755833392f (diff) | |
download | linux-16b738f651c83a01db057e5db02ec4b830af9130.tar.bz2 |
kyber: add debugfs attributes
Expose the domain token pools, asynchronous sbitmap depth, domain
request lists, and batching state.
Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq-debugfs.h')
-rw-r--r-- | block/blk-mq-debugfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk-mq-debugfs.h b/block/blk-mq-debugfs.h index a5ac21c81ea3..dd3bbfe74f46 100644 --- a/block/blk-mq-debugfs.h +++ b/block/blk-mq-debugfs.h @@ -14,6 +14,8 @@ struct blk_mq_debugfs_attr { const struct seq_operations *seq_ops; }; +int blk_mq_debugfs_rq_show(struct seq_file *m, void *v); + int blk_mq_debugfs_register(struct request_queue *q); void blk_mq_debugfs_unregister(struct request_queue *q); int blk_mq_debugfs_register_hctx(struct request_queue *q, |