Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/null_blk/
H A Dmain.c240 static unsigned int g_zone_max_active; variable
241 module_param_named(zone_max_active, g_zone_max_active, uint, 0444);
754 dev->zone_max_active = g_zone_max_active; in null_alloc_dev()