Home
last modified time | relevance | path

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

/linux-4.1.27/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()
274 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_queued = {
278 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_run = {
282 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_dispatched = {
286 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_active = {
290 static struct blk_mq_hw_ctx_sysfs_entry blk_mq_hw_sysfs_pending = {
[all …]