Home
last modified time | relevance | path

Searched refs:hrp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c276 struct ptlrpc_hr_partition *hrp; in ptlrpc_hr_select() local
282 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() local
2468 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 …]