Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c227 struct ptlrpc_hr_thread *hrp_thrs; member
292 return &hrp->hrp_thrs[rotor % hrp->hrp_nthrs]; in ptlrpc_hr_select()
2509 if (hrp->hrp_thrs == NULL) in ptlrpc_stop_hr_threads()
2512 wake_up_all(&hrp->hrp_thrs[j].hrt_waitq); in ptlrpc_stop_hr_threads()
2516 if (hrp->hrp_thrs == NULL) in ptlrpc_stop_hr_threads()
2534 struct ptlrpc_hr_thread *hrt = &hrp->hrp_thrs[j]; in ptlrpc_start_hr_threads()
2536 &hrp->hrp_thrs[j], in ptlrpc_start_hr_threads()
2783 OBD_CPT_ALLOC(hrp->hrp_thrs, ptlrpc_hr.hr_cpt_table, i, in ptlrpc_hr_init()
2785 if (hrp->hrp_thrs == NULL) { in ptlrpc_hr_init()
2791 hrt = &hrp->hrp_thrs[j]; in ptlrpc_hr_init()
[all …]