Searched refs:max_ptlrpcds (Results 1 – 1 of 1) sorted by relevance
87 static int max_ptlrpcds; variable88 module_param(max_ptlrpcds, int, 0644);89 MODULE_PARM_DESC(max_ptlrpcds, "Max ptlrpcd thread count to be started.");752 if (max_ptlrpcds != 0) { in ptlrpcd_init()755 ptlrpcd_per_cpt_max = max_ptlrpcds / ncpts; in ptlrpcd_init()757 if (max_ptlrpcds % ncpts != 0) in ptlrpcd_init()