Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c225 int hrp_nthrs; member
292 return &hrp->hrp_thrs[rotor % hrp->hrp_nthrs]; in ptlrpc_hr_select()
2511 for (j = 0; j < hrp->hrp_nthrs; j++) in ptlrpc_stop_hr_threads()
2533 for (j = 0; j < hrp->hrp_nthrs; j++) { in ptlrpc_start_hr_threads()
2779 hrp->hrp_nthrs = cfs_cpt_weight(ptlrpc_hr.hr_cpt_table, i); in ptlrpc_hr_init()
2780 hrp->hrp_nthrs /= weight; in ptlrpc_hr_init()
2782 LASSERT(hrp->hrp_nthrs > 0); in ptlrpc_hr_init()
2784 hrp->hrp_nthrs * sizeof(*hrt)); in ptlrpc_hr_init()
2790 for (j = 0; j < hrp->hrp_nthrs; j++) { in ptlrpc_hr_init()
2821 hrp->hrp_nthrs * sizeof(hrp->hrp_thrs[0])); in ptlrpc_hr_fini()