Home
last modified time | relevance | path

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

/linux/drivers/block/aoe/
A Daoecmd.c33 static int aoe_maxout = 64; variable
34 module_param(aoe_maxout, int, 0644);
35 MODULE_PARM_DESC(aoe_maxout,
1553 if (n > aoe_maxout) /* keep it reasonable */ in aoecmd_cfg_rsp()
1554 n = aoe_maxout; in aoecmd_cfg_rsp()
/linux/Documentation/admin-guide/aoe/
A Daoe.rst139 The aoe_maxout module parameter has a default of 128. This is the

Completed in 5 milliseconds