Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c78 static int max_ptlrpcds; variable
79 module_param(max_ptlrpcds, int, 0644);
80 MODULE_PARM_DESC(max_ptlrpcds, "Max ptlrpcd thread count to be started.");
731 if (max_ptlrpcds > 0 && max_ptlrpcds < nthreads) in ptlrpcd_init()
732 nthreads = max_ptlrpcds; in ptlrpcd_init()