Searched refs:nthreads (Results 1 – 1 of 1) sorted by relevance
672 int nthreads; in ptlrpcd_init() local823 nthreads = cfs_cpt_weight(cptable, cpt); in ptlrpcd_init()824 if (ptlrpcd_per_cpt_max > 0 && ptlrpcd_per_cpt_max < nthreads) in ptlrpcd_init()825 nthreads = ptlrpcd_per_cpt_max; in ptlrpcd_init()826 if (nthreads < 2) in ptlrpcd_init()827 nthreads = 2; in ptlrpcd_init()830 groupsize = nthreads; in ptlrpcd_init()831 } else if (nthreads <= ptlrpcd_partner_group_size) { in ptlrpcd_init()832 groupsize = nthreads; in ptlrpcd_init()835 if (nthreads % groupsize != 0) in ptlrpcd_init()[all …]