Searched refs:hrp (Results 1 – 1 of 1) sorted by relevance
276 struct ptlrpc_hr_partition *hrp; in ptlrpc_hr_select() local282 hrp = ptlrpc_hr.hr_partitions[svcpt->scp_cpt]; in ptlrpc_hr_select()288 hrp = ptlrpc_hr.hr_partitions[rotor]; in ptlrpc_hr_select()291 rotor = hrp->hrp_rotor++; in ptlrpc_hr_select()292 return &hrp->hrp_thrs[rotor % hrp->hrp_nthrs]; in ptlrpc_hr_select()2462 struct ptlrpc_hr_partition *hrp = hrt->hrt_partition; in ptlrpc_hr_main() local2468 hrp->hrp_cpt, hrt->hrt_id); in ptlrpc_hr_main()2471 rc = cfs_cpt_bind(ptlrpc_hr.hr_cpt_table, hrp->hrp_cpt); in ptlrpc_hr_main()2474 threadname, hrp->hrp_cpt, ptlrpc_hr.hr_cpt_table, rc); in ptlrpc_hr_main()2477 atomic_inc(&hrp->hrp_nstarted); in ptlrpc_hr_main()[all …]