Lines Matching refs:attr
49 struct attribute attr; member
55 struct attribute *attr, char *page) in blk_mq_hw_sysfs_show() argument
62 entry = container_of(attr, struct blk_mq_hw_ctx_sysfs_entry, attr); in blk_mq_hw_sysfs_show()
76 struct attribute *attr, const char *page, in blk_mq_hw_sysfs_store() argument
84 entry = container_of(attr, struct blk_mq_hw_ctx_sysfs_entry, attr); in blk_mq_hw_sysfs_store()
133 .attr = {.name = "nr_tags", .mode = 0444 },
137 .attr = {.name = "nr_reserved_tags", .mode = 0444 },
141 .attr = {.name = "cpu_list", .mode = 0444 },
146 &blk_mq_hw_sysfs_nr_tags.attr,
147 &blk_mq_hw_sysfs_nr_reserved_tags.attr,
148 &blk_mq_hw_sysfs_cpus.attr,