Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/null_blk/
H A Dmain.c200 static bool g_use_per_node_hctx; variable
201 module_param_named(use_per_node_hctx, g_use_per_node_hctx, bool, 0444);
748 dev->use_per_node_hctx = g_use_per_node_hctx; in null_alloc_dev()
2295 if (g_queue_mode == NULL_Q_MQ && g_use_per_node_hctx) { in null_init()