Home
last modified time | relevance | path

Searched refs:blk_mq_hw_ctx_sysfs_entry (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/block/
Dblk-mq-sysfs.c26 struct blk_mq_hw_ctx_sysfs_entry { struct
81 struct blk_mq_hw_ctx_sysfs_entry *entry; in blk_mq_hw_sysfs_show()
86 entry = container_of(attr, struct blk_mq_hw_ctx_sysfs_entry, attr); in blk_mq_hw_sysfs_show()
105 struct blk_mq_hw_ctx_sysfs_entry *entry; in blk_mq_hw_sysfs_store()
110 entry = container_of(attr, struct blk_mq_hw_ctx_sysfs_entry, attr); in blk_mq_hw_sysfs_store()
275 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_queued = {
279 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_run = {
283 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_dispatched = {
287 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_active = {
291 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_pending = {
[all …]