Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c76 int pd_nthreads; member
191 if (++idx == pd->pd_nthreads) in ptlrpcd_select_pc()
518 LASSERT(index >= 0 && index < pd->pd_nthreads); in ptlrpcd_partners()
651 for (j = 0; j < ptlrpcds[i]->pd_nthreads; j++) in ptlrpcd_fini()
653 for (j = 0; j < ptlrpcds[i]->pd_nthreads; j++) in ptlrpcd_fini()
849 pd->pd_nthreads = nthreads; in ptlrpcd_init()