aoe_maxout         33 drivers/block/aoe/aoecmd.c static int aoe_maxout = 64;
aoe_maxout         34 drivers/block/aoe/aoecmd.c module_param(aoe_maxout, int, 0644);
aoe_maxout         35 drivers/block/aoe/aoecmd.c MODULE_PARM_DESC(aoe_maxout,
aoe_maxout       1562 drivers/block/aoe/aoecmd.c 	if (n > aoe_maxout)	/* keep it reasonable */
aoe_maxout       1563 drivers/block/aoe/aoecmd.c 		n = aoe_maxout;