Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-mq-debugfs.c401 static const char *const hctx_types[] = { variable
411 BUILD_BUG_ON(ARRAY_SIZE(hctx_types) != HCTX_MAX_TYPES); in hctx_type_show()
412 seq_printf(m, "%s\n", hctx_types[hctx->type]); in hctx_type_show()