Searched refs:max_ptlrpcds (Results 1 – 1 of 1) sorted by relevance
78 static int max_ptlrpcds; variable79 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()