Lines Matching refs:show
50 ssize_t (*show)(struct blk_mq_ctx *, char *);
56 ssize_t (*show)(struct blk_mq_hw_ctx *, char *);
72 if (!entry->show)
76 res = entry->show(ctx, page);
114 if (!entry->show)
118 res = entry->show(hctx, page);
182 .show = blk_mq_hw_sysfs_nr_tags_show,
186 .show = blk_mq_hw_sysfs_nr_reserved_tags_show,
190 .show = blk_mq_hw_sysfs_cpus_show,
202 .show = blk_mq_sysfs_show,
207 .show = blk_mq_hw_sysfs_show,