Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c202 struct ptlrpc_hr_thread *hrp_thrs; member
245 return &hrp->hrp_thrs[rotor % hrp->hrp_nthrs]; in ptlrpc_hr_select()
2232 if (hrp->hrp_thrs == NULL) in ptlrpc_stop_hr_threads()
2235 wake_up_all(&hrp->hrp_thrs[j].hrt_waitq); in ptlrpc_stop_hr_threads()
2239 if (hrp->hrp_thrs == NULL) in ptlrpc_stop_hr_threads()
2257 struct ptlrpc_hr_thread *hrt = &hrp->hrp_thrs[j]; in ptlrpc_start_hr_threads()
2260 &hrp->hrp_thrs[j], in ptlrpc_start_hr_threads()
2508 hrp->hrp_thrs = in ptlrpc_hr_init()
2512 if (hrp->hrp_thrs == NULL) { in ptlrpc_hr_init()
2518 hrt = &hrp->hrp_thrs[j]; in ptlrpc_hr_init()
[all …]