Home
last modified time | relevance | path

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

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