Searched refs:hrp (Results 1 – 1 of 1) sorted by relevance
229 struct ptlrpc_hr_partition *hrp; in ptlrpc_hr_select() local235 hrp = ptlrpc_hr.hr_partitions[svcpt->scp_cpt]; in ptlrpc_hr_select()241 hrp = ptlrpc_hr.hr_partitions[rotor]; in ptlrpc_hr_select()244 rotor = hrp->hrp_rotor++; in ptlrpc_hr_select()245 return &hrp->hrp_thrs[rotor % hrp->hrp_nthrs]; in ptlrpc_hr_select()2185 struct ptlrpc_hr_partition *hrp = hrt->hrt_partition; in ptlrpc_hr_main() local2191 hrp->hrp_cpt, hrt->hrt_id); in ptlrpc_hr_main()2194 rc = cfs_cpt_bind(ptlrpc_hr.hr_cpt_table, hrp->hrp_cpt); in ptlrpc_hr_main()2197 threadname, hrp->hrp_cpt, ptlrpc_hr.hr_cpt_table, rc); in ptlrpc_hr_main()2200 atomic_inc(&hrp->hrp_nstarted); in ptlrpc_hr_main()[all …]