Lines Matching refs:blk_mq_ctx
22 ssize_t (*show)(struct blk_mq_ctx *, char *);
23 ssize_t (*store)(struct blk_mq_ctx *, const char *, size_t);
36 struct blk_mq_ctx *ctx; in blk_mq_sysfs_show()
41 ctx = container_of(kobj, struct blk_mq_ctx, kobj); in blk_mq_sysfs_show()
59 struct blk_mq_ctx *ctx; in blk_mq_sysfs_store()
64 ctx = container_of(kobj, struct blk_mq_ctx, kobj); in blk_mq_sysfs_store()
125 static ssize_t blk_mq_sysfs_dispatched_show(struct blk_mq_ctx *ctx, char *page) in blk_mq_sysfs_dispatched_show()
131 static ssize_t blk_mq_sysfs_merged_show(struct blk_mq_ctx *ctx, char *page) in blk_mq_sysfs_merged_show()
136 static ssize_t blk_mq_sysfs_completed_show(struct blk_mq_ctx *ctx, char *page) in blk_mq_sysfs_completed_show()
166 static ssize_t blk_mq_sysfs_rq_list_show(struct blk_mq_ctx *ctx, char *page) in blk_mq_sysfs_rq_list_show()
349 struct blk_mq_ctx *ctx; in blk_mq_unregister_hctx()
364 struct blk_mq_ctx *ctx; in blk_mq_register_hctx()
387 struct blk_mq_ctx *ctx; in blk_mq_unregister_disk()
414 struct blk_mq_ctx *ctx; in blk_mq_sysfs_init()