Searched refs:cl_maxproc (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/sunrpc/
H A Dstats.c129 stats = kcalloc(clnt->cl_maxproc, sizeof(*stats), GFP_KERNEL);
131 for (i = 0; i < clnt->cl_maxproc; i++)
257 unsigned int op, maxproc = clnt->cl_maxproc;
H A Dclnt.c405 clnt->cl_maxproc = version->nrprocs;
/linux-master/include/linux/sunrpc/
H A Dclnt.h55 cl_maxproc; /* max procedure number */ member in struct:rpc_clnt

Completed in 195 milliseconds