Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c200 int hrp_nthrs; member
245 return &hrp->hrp_thrs[rotor % hrp->hrp_nthrs]; in ptlrpc_hr_select()
2234 for (j = 0; j < hrp->hrp_nthrs; j++) in ptlrpc_stop_hr_threads()
2256 for (j = 0; j < hrp->hrp_nthrs; j++) { in ptlrpc_start_hr_threads()
2504 hrp->hrp_nthrs = cfs_cpt_weight(ptlrpc_hr.hr_cpt_table, i); in ptlrpc_hr_init()
2505 hrp->hrp_nthrs /= weight; in ptlrpc_hr_init()
2507 LASSERT(hrp->hrp_nthrs > 0); in ptlrpc_hr_init()
2509 kzalloc_node(hrp->hrp_nthrs * sizeof(*hrt), GFP_NOFS, in ptlrpc_hr_init()
2517 for (j = 0; j < hrp->hrp_nthrs; j++) { in ptlrpc_hr_init()