Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoeblk.c29 static int aoe_maxsectors; variable
30 module_param(aoe_maxsectors, int, 0644);
31 MODULE_PARM_DESC(aoe_maxsectors,
414 if (aoe_maxsectors) in aoeblk_gdalloc()
415 blk_queue_max_hw_sectors(q, aoe_maxsectors); in aoeblk_gdalloc()