Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c61 static unsigned int osc_reqpool_mem_max = 5; variable
62 module_param(osc_reqpool_mem_max, uint, 0444);
3318 if (osc_reqpool_mem_max >= 1 << 12 || osc_reqpool_mem_max == 0) { in osc_init()
3323 reqpool_size = osc_reqpool_mem_max << 20; in osc_init()