|
|
module_param_named(preallocate_big_buffers, preallocate_big_buffers, int, 0644);
|
|
module_param_named(preallocate_big_buffers, preallocate_big_buffers, int, 0644);
|
|
|
MODULE_PARM_DESC(preallocate_big_buffers, "Preallocate the larger transfer buffers at module load time");
|
|
MODULE_PARM_DESC(preallocate_big_buffers, "Preallocate the larger transfer buffers at module load time");
|