Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c73 int pd_nthreads; member
110 idx = smp_processor_id() % ptlrpcds->pd_nthreads; in ptlrpcd_select_pc()
123 idx = index % ptlrpcds->pd_nthreads; in ptlrpcd_select_pc()
134 idx %= ptlrpcds->pd_nthreads; in ptlrpcd_select_pc()
714 for (i = 0; i < ptlrpcds->pd_nthreads; i++) in ptlrpcd_fini()
716 for (i = 0; i < ptlrpcds->pd_nthreads; i++) in ptlrpcd_fini()
774 ptlrpcds->pd_nthreads = nthreads; in ptlrpcd_init()