Home
last modified time | relevance | path

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

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