Searched refs:ptlrpcds (Results 1 – 1 of 1) sorted by relevance
148 static struct ptlrpcd **ptlrpcds; variable187 pd = ptlrpcds[idx]; in ptlrpcd_select_pc()647 if (ptlrpcds != NULL) { in ptlrpcd_fini()649 if (!ptlrpcds[i]) in ptlrpcd_fini()651 for (j = 0; j < ptlrpcds[i]->pd_nthreads; j++) in ptlrpcd_fini()652 ptlrpcd_stop(&ptlrpcds[i]->pd_threads[j], 0); in ptlrpcd_fini()653 for (j = 0; j < ptlrpcds[i]->pd_nthreads; j++) in ptlrpcd_fini()654 ptlrpcd_free(&ptlrpcds[i]->pd_threads[j]); in ptlrpcd_fini()655 kfree(ptlrpcds[i]); in ptlrpcd_fini()656 ptlrpcds[i] = NULL; in ptlrpcd_fini()[all …]