Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-mq-debugfs.c82 static const char *const blk_queue_flag_name[] = { variable
103 BUILD_BUG_ON(ARRAY_SIZE(blk_queue_flag_name) != QUEUE_FLAG_MAX); in queue_state_show()
104 blk_flags_show(m, q->queue_flags, blk_queue_flag_name, in queue_state_show()
105 ARRAY_SIZE(blk_queue_flag_name)); in queue_state_show()